summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-09-10 21:05:58 +0000
committerLang Hames <lhames@gmail.com>2015-09-10 21:05:58 +0000
commitb56b4c0b45bd6ad06944597e67e0d9d1358d1762 (patch)
tree3d5f2daed5b79d74c1254fd9e886c33472c5d896 /test/ExecutionEngine
parent44decbe37a6766fe5fa01c69d33fa3bbebd9122b (diff)
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
This functionality was accidentally left out of r247119. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
index d47e12eccf0..d5a55b33e64 100644
--- a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
+++ b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
@@ -58,9 +58,9 @@ z2:
.quad ds2
# Test subtractor relocations.
-# rtdyld-check: *{8}z3 = z4 - z5
+# rtdyld-check: *{8}z3 = z4 - z5 + 4
z3:
- .quad z4 - z5
+ .quad z4 - z5 + 4
.section __DATA,_tmp1
z4: