[all-commits] [llvm/llvm-project] d2b845: [lld-macho] Disable invalid/stub-link.s test for Mac
Jez Ng via All-commits
all-commits at lists.llvm.org
Thu Aug 27 11:24:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d2b845dd6c90508c6258b4023fdf9ab5519fee3f
https://github.com/llvm/llvm-project/commit/d2b845dd6c90508c6258b4023fdf9ab5519fee3f
Author: Jez Ng <jezng at fb.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
M lld/test/MachO/invalid/stub-link.s
Log Message:
-----------
[lld-macho] Disable invalid/stub-link.s test for Mac
It seems to be failing on some Google Buildbots.
This diff also includes a minor fix for the install name of one of
libSystem's re-exports. I don't think it's the cause of the test
failure, though. The wrong install name just meant that the symbol
lookup failure would still happen, but it would have been caused by the
re-export not being found, instead of the arch failing to match.
Differential Revision: https://reviews.llvm.org/D86728
More information about the All-commits
mailing list