[PATCH] D86728: [lld-macho] Disable invalid/stub-link.s test for Mac
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 11:24:41 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2b845dd6c90: [lld-macho] Disable invalid/stub-link.s test for Mac (authored by int3).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86728/new/
https://reviews.llvm.org/D86728
Files:
lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
lld/test/MachO/invalid/stub-link.s
Index: lld/test/MachO/invalid/stub-link.s
===================================================================
--- lld/test/MachO/invalid/stub-link.s
+++ lld/test/MachO/invalid/stub-link.s
@@ -1,3 +1,6 @@
+## FIXME: This test seems to be failing on some Google Mac buildbots for
+## unclear reasons, so it's disabled for now. See D85404 for details.
+# UNSUPPORTED: darwin
# REQUIRES: x86
# RUN: mkdir -p %t
Index: lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
===================================================================
--- lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
+++ lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
@@ -12,7 +12,7 @@
archs: [ i386, x86_64 ]
uuids: [ 'i386: 00000000-0000-0000-0000-000000000002', 'x86_64: 00000000-0000-0000-0000-000000000003' ]
platform: ios
-install-name: '/usr/lib/libcache.dylib'
+install-name: '/usr/lib/system/libcache.dylib'
current-version: 83
parent-umbrella: System
exports:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86728.288400.patch
Type: text/x-patch
Size: 1034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200827/1c2cb553/attachment.bin>
More information about the llvm-commits
mailing list