Skip to content

Commit 6e7dd45

Browse files
pccgithub-actions[bot]
authored andcommitted
Automerge: Improve test to include multiple fragments and PATCHINST relocations.
2 parents 34e9328 + 55e71c0 commit 6e7dd45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/test/MC/AArch64/patchinst.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
// Test that PATCHINST appears after JUMP26.
44
// CHECK: R_AARCH64_JUMP26
5+
// CHECK-NEXT: R_AARCH64_JUMP26
6+
// CHECK-NEXT: R_AARCH64_PATCHINST
57
// CHECK-NEXT: R_AARCH64_PATCHINST
68
.reloc ., R_AARCH64_PATCHINST, ds
79
b f1
10+
.balign 8
11+
.reloc ., R_AARCH64_PATCHINST, ds
12+
b f2

0 commit comments

Comments
 (0)