This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Disable invalid/stub-link.s test for Mac
ClosedPublic

Authored by int3 on Aug 27 2020, 11:15 AM.

Details

Summary

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.

Diff Detail

Event Timeline

int3 created this revision.Aug 27 2020, 11:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2020, 11:15 AM
int3 requested review of this revision.Aug 27 2020, 11:15 AM
smeenai accepted this revision.Aug 27 2020, 11:22 AM
This revision is now accepted and ready to land.Aug 27 2020, 11:22 AM
This revision was landed with ongoing or failed builds.Aug 27 2020, 11:24 AM
This revision was automatically updated to reflect the committed changes.