File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
llvm/test/ExecutionEngine/JITLink/AArch64 Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,11 @@ adr_data = test_adr_prel_lo21 + 0xe46f2
53
53
54
54
# Check R_AARCH64_LD_PREL_LO19 relocation of a local symbol
55
55
#
56
- # jitlink-check: decode_operand(test_ldr_prel_lo19 + 12 , 1)[19:0] = \
57
- # jitlink-check: (ldr_data - test_ldr_prel_lo19_inst + 0x4)[21:2]
58
- .globl test_ldr_prel_lo19, test_ldr_prel_lo19_inst, ldr_data
56
+ # jitlink-check: decode_operand(test_ldr_prel_lo19 + 0 , 1)[19:0] = \
57
+ # jitlink-check: (ldr_data - test_ldr_prel_lo19 + 0x4)[21:2]
58
+ .globl test_ldr_prel_lo19, ldr_data
59
59
.p2align 2
60
60
test_ldr_prel_lo19:
61
- nop
62
- nop
63
- nop
64
- test_ldr_prel_lo19_inst:
65
61
ldr x0, ldr_data + 0x4
66
62
.size test_ldr_prel_lo19, .-test_ldr_prel_lo19
67
63
ldr_data = test_ldr_prel_lo19 + 4
You can’t perform that action at this time.
0 commit comments