Skip to content

Commit 5a062e9

Browse files
Update the llvm/test/LTO/AArch64/link-branch-target-enforcement.ll too.
Foo is signed with the Bkey.
1 parent 187a9d1 commit 5a062e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ entry:
3030

3131
; CHECK-NOT: linking module flags 'branch-target-enforcement': IDs have conflicting values in
3232
; CHECK-DUMP: <main>:
33+
; CHECK-DUMP: paciasp
34+
; CHECK-DUMP: str
3335
; CHECK-DUMP: bl 0x8 <main+0x8>
3436
; CHECK-DUMP: <foo>:
35-
; CHECK-DUMP: paciasp
37+
; CHECK-DUMP: pacibsp
3638

3739
; `main` doesn't support BTI while `foo` does, so in the binary
3840
; we should see only PAC which is supported by both.

0 commit comments

Comments
 (0)