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 e3d8616 commit 55e71c0Copy full SHA for 55e71c0
llvm/test/MC/AArch64/patchinst.s
@@ -2,6 +2,11 @@
2
3
// Test that PATCHINST appears after JUMP26.
4
// CHECK: R_AARCH64_JUMP26
5
+// CHECK-NEXT: R_AARCH64_JUMP26
6
+// CHECK-NEXT: R_AARCH64_PATCHINST
7
// CHECK-NEXT: R_AARCH64_PATCHINST
8
.reloc ., R_AARCH64_PATCHINST, ds
9
b f1
10
+.balign 8
11
+.reloc ., R_AARCH64_PATCHINST, ds
12
+b f2
0 commit comments