[all-commits] [llvm/llvm-project] 95bdbc: [JITLink] Add -phony-externals to silence test err...
lhames via All-commits
all-commits at lists.llvm.org
Mon Dec 25 09:57:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95bdbc8a28c5f5e91ea25bf246788b49aa6ec160
https://github.com/llvm/llvm-project/commit/95bdbc8a28c5f5e91ea25bf246788b49aa6ec160
Author: Lang Hames <lhames at gmail.com>
Date: 2023-12-25 (Mon, 25 Dec 2023)
Changed paths:
M llvm/test/ExecutionEngine/JITLink/AArch64/MachO_subtractor_single_block.yaml
M llvm/test/ExecutionEngine/JITLink/x86-64/MachO_subtractor_single_block.yaml
Log Message:
-----------
[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.
More information about the All-commits
mailing list