[JITLink] Fix an overly-wide read in the MachO/x86-64 test case.
authorLang Hames <lhames@gmail.com>
Sat, 3 Aug 2019 22:38:31 +0000 (22:38 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 3 Aug 2019 22:38:31 +0000 (22:38 +0000)
This should fix the build failures on some of the 32-bit bots.

llvm-svn: 367767

llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s

index 0fb1285..f4498bf 100644 (file)
@@ -166,7 +166,7 @@ named_func_addr_quad:
 # Check X86_64_RELOC_UNSIGNED / long / extern handling by putting the address of
 # an external function (defined to reside in the low 4Gb) into a long symbol.
 #
-# jitlink-check: *{8}named_func_addr_long = external_func
+# jitlink-check: *{4}named_func_addr_long = external_func
         .globl  named_func_addr_long
         .p2align  2
 named_func_addr_long: