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 00b7d95 commit 2167bc1Copy full SHA for 2167bc1
llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_relocations.s
@@ -78,7 +78,8 @@ test_gotpageoff12_defined:
78
# For the GOTPAGEOFF12 relocation we test the ADD instruction, all LDR/GPR
79
# variants and all LDR/Neon variants.
80
#
81
-# jitlink-check: decode_operand(test_page21, 1) = ((named_data + 256) - test_page21)[32:12]
+# jitlink-check: decode_operand(test_page21, 1)[20:0] = \
82
+# jitlink-check: ((named_data + 256) - test_page21)[32:12]
83
# jitlink-check: decode_operand(test_pageoff12add, 2) = (named_data + 256)[11:0]
84
# jitlink-check: decode_operand(test_pageoff12gpr8, 2) = (named_data + 256)[11:0]
85
# jitlink-cherk: decode_operand(test_pageoff12gpr8s, 2) = (named_data + 256)[11:0]
0 commit comments