From: Lang Hames Date: Sat, 3 Aug 2019 22:38:31 +0000 (+0000) Subject: [JITLink] Fix an overly-wide read in the MachO/x86-64 test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f6cfce4ebf2dade1e69c6c4ac3ad000d2892f25;p=llvm [JITLink] Fix an overly-wide read in the MachO/x86-64 test case. This should fix the build failures on some of the 32-bit bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367767 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s b/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s index 0fb1285db98..f4498bfdba1 100644 --- a/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s +++ b/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s @@ -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: