aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/LTO
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LTO')
-rw-r--r--llvm/test/LTO/AArch64/Inputs/bar.ll (renamed from llvm/test/LTO/AArch64/TestInputs/bar.ll)0
-rw-r--r--llvm/test/LTO/AArch64/Inputs/fiz.ll (renamed from llvm/test/LTO/AArch64/TestInputs/fiz.ll)0
-rw-r--r--llvm/test/LTO/AArch64/Inputs/foo.ll (renamed from llvm/test/LTO/AArch64/TestInputs/foo.ll)0
-rw-r--r--llvm/test/LTO/AArch64/Inputs/old.ll (renamed from llvm/test/LTO/AArch64/TestInputs/old.ll)0
-rw-r--r--llvm/test/LTO/AArch64/link-branch-target-enforcement.ll2
-rw-r--r--llvm/test/LTO/AArch64/link-sign-return-address.ll8
6 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/LTO/AArch64/TestInputs/bar.ll b/llvm/test/LTO/AArch64/Inputs/bar.ll
index 7c2a753..7c2a753 100644
--- a/llvm/test/LTO/AArch64/TestInputs/bar.ll
+++ b/llvm/test/LTO/AArch64/Inputs/bar.ll
diff --git a/llvm/test/LTO/AArch64/TestInputs/fiz.ll b/llvm/test/LTO/AArch64/Inputs/fiz.ll
index e578426..e578426 100644
--- a/llvm/test/LTO/AArch64/TestInputs/fiz.ll
+++ b/llvm/test/LTO/AArch64/Inputs/fiz.ll
diff --git a/llvm/test/LTO/AArch64/TestInputs/foo.ll b/llvm/test/LTO/AArch64/Inputs/foo.ll
index 689d938..689d938 100644
--- a/llvm/test/LTO/AArch64/TestInputs/foo.ll
+++ b/llvm/test/LTO/AArch64/Inputs/foo.ll
diff --git a/llvm/test/LTO/AArch64/TestInputs/old.ll b/llvm/test/LTO/AArch64/Inputs/old.ll
index 2b1758b..2b1758b 100644
--- a/llvm/test/LTO/AArch64/TestInputs/old.ll
+++ b/llvm/test/LTO/AArch64/Inputs/old.ll
diff --git a/llvm/test/LTO/AArch64/link-branch-target-enforcement.ll b/llvm/test/LTO/AArch64/link-branch-target-enforcement.ll
index aef8907..20254de 100644
--- a/llvm/test/LTO/AArch64/link-branch-target-enforcement.ll
+++ b/llvm/test/LTO/AArch64/link-branch-target-enforcement.ll
@@ -2,7 +2,7 @@
;; be mixed.
;;
; RUN: llvm-as %s -o %t1.bc
-; RUN: llvm-as %p/TestInputs/foo.ll -o %t2.bc
+; RUN: llvm-as %p/Inputs/foo.ll -o %t2.bc
; RUN: llvm-lto -exported-symbol main \
; RUN: -exported-symbol foo_on \
; RUN: -filetype=obj \
diff --git a/llvm/test/LTO/AArch64/link-sign-return-address.ll b/llvm/test/LTO/AArch64/link-sign-return-address.ll
index df6276f..331e481 100644
--- a/llvm/test/LTO/AArch64/link-sign-return-address.ll
+++ b/llvm/test/LTO/AArch64/link-sign-return-address.ll
@@ -2,10 +2,10 @@
;; be mixed.
;
; RUN: llvm-as %s -o %t1.bc
-; RUN: llvm-as %p/TestInputs/foo.ll -o %t2.bc
-; RUN: llvm-as %p/TestInputs/fiz.ll -o %t3.bc
-; RUN: llvm-as %p/TestInputs/bar.ll -o %t4.bc
-; RUN: llvm-as %p/TestInputs/old.ll -o %t5.bc
+; RUN: llvm-as %p/Inputs/foo.ll -o %t2.bc
+; RUN: llvm-as %p/Inputs/fiz.ll -o %t3.bc
+; RUN: llvm-as %p/Inputs/bar.ll -o %t4.bc
+; RUN: llvm-as %p/Inputs/old.ll -o %t5.bc
; RUN: llvm-lto -exported-symbol main \
; RUN: -exported-symbol foo_on \
; RUN: -exported-symbol foo_off \