Skip to content

Commit c1ac92f

Browse files
committed
Move TestInputs to Inputs
This works better with the custom lit runner that we use internally in Google. Test inputs require special handling and "Inputs" is the standard directory name used for lit tests.
1 parent 0b9ed5d commit c1ac92f

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

llvm/test/LTO/AArch64/link-branch-target-enforcement.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;; be mixed.
33
;;
44
; RUN: llvm-as %s -o %t1.bc
5-
; RUN: llvm-as %p/TestInputs/foo.ll -o %t2.bc
5+
; RUN: llvm-as %p/Inputs/foo.ll -o %t2.bc
66
; RUN: llvm-lto -exported-symbol main \
77
; RUN: -exported-symbol foo_on \
88
; RUN: -filetype=obj \

llvm/test/LTO/AArch64/link-sign-return-address.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
;; be mixed.
33
;
44
; RUN: llvm-as %s -o %t1.bc
5-
; RUN: llvm-as %p/TestInputs/foo.ll -o %t2.bc
6-
; RUN: llvm-as %p/TestInputs/fiz.ll -o %t3.bc
7-
; RUN: llvm-as %p/TestInputs/bar.ll -o %t4.bc
8-
; RUN: llvm-as %p/TestInputs/old.ll -o %t5.bc
5+
; RUN: llvm-as %p/Inputs/foo.ll -o %t2.bc
6+
; RUN: llvm-as %p/Inputs/fiz.ll -o %t3.bc
7+
; RUN: llvm-as %p/Inputs/bar.ll -o %t4.bc
8+
; RUN: llvm-as %p/Inputs/old.ll -o %t5.bc
99
; RUN: llvm-lto -exported-symbol main \
1010
; RUN: -exported-symbol foo_on \
1111
; RUN: -exported-symbol foo_off \

0 commit comments

Comments
 (0)