Skip to content

Commit 7d6bb97

Browse files
author
git apple-llvm automerger
committed
Merge commit '2936852d2f6b' from llvm.org/main into next
2 parents 8fb717e + 2936852 commit 7d6bb97

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)