[JITLink] Add -phony-externals to silence test errors on some buildbots.
The recently added MachO_subtractor_single_block tests reference C++ itanium ABI symbols, but these break on some Windows systems (see e.g. https://lab.llvm.org/buildbot/#/builders/117/builds/17021). Adding -phony-externals should suppress the errors.
This commit is contained in:
parent
5cfc7b3342
commit
95bdbc8a28
@ -1,5 +1,5 @@
|
||||
# RUN: yaml2obj %s -o %t
|
||||
# RUN: llvm-jitlink -noexec %t
|
||||
# RUN: llvm-jitlink -noexec -phony-externals %t
|
||||
#
|
||||
# Check that MachO::ARM64_RELOC_SUBTRACTOR relocations work when the fixup
|
||||
# location and target are in the same block (in this case in the __eh_frame
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# RUN: yaml2obj %s -o %t
|
||||
# RUN: llvm-jitlink -noexec %t
|
||||
# RUN: llvm-jitlink -noexec -phony-externals %t
|
||||
#
|
||||
# Check that MachO::X86_64_RELOC_SUBTRACTOR relocations work when the fixup
|
||||
# location and target are in the same block (in this case in the __eh_frame
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user