We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a9d1 commit 5a062e9Copy full SHA for 5a062e9
llvm/test/LTO/AArch64/link-branch-target-enforcement.ll
@@ -30,9 +30,11 @@ entry:
30
31
; CHECK-NOT: linking module flags 'branch-target-enforcement': IDs have conflicting values in
32
; CHECK-DUMP: <main>:
33
+; CHECK-DUMP: paciasp
34
+; CHECK-DUMP: str
35
; CHECK-DUMP: bl 0x8 <main+0x8>
36
; CHECK-DUMP: <foo>:
-; CHECK-DUMP: paciasp
37
+; CHECK-DUMP: pacibsp
38
39
; `main` doesn't support BTI while `foo` does, so in the binary
40
; we should see only PAC which is supported by both.
0 commit comments