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-Tag: llvmorg-11-init~12863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe37499207031f5ca9c276460651871ce7a97ddd;p=platform%2Fupstream%2Fllvm.git [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. llvm-svn: 367767 --- diff --git a/llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s b/llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s index 0fb1285..f4498bf 100644 --- a/llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s +++ b/llvm/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: