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 1391f04 commit d50e05eCopy full SHA for d50e05e
llvm/test/ExecutionEngine/JITLink/AArch32/ELF_relocations_data.s
@@ -50,7 +50,7 @@ target1_abs32:
50
# The +12 accounts for the ARM branch offset (8) and the .LPC offset (4), which
51
# is stored as initial addend inline.
52
# FIXME: We shouldn't need to substract the 64-bit sign-extension manually.
53
-# jitlink-check: *{4}got_prel_offset = got_addr(out.o, target) - (got_prel + 12) - 0xffffffff00000000
+# jitlink-check: *{4}got_prel_offset = got_addr(out.o, target) - (next_pc(got_prel) + 4) - 0xffffffff00000000
54
.globl got_prel
55
.type got_prel,%function
56
.p2align 2
0 commit comments