[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:
Lang Hames 2023-12-25 09:54:14 -08:00
parent 5cfc7b3342
commit 95bdbc8a28
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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