This is an archive of the discontinued LLVM Phabricator instance.

[lld][test] Remove /usr/local/lib test requirement
ClosedPublic

Authored by keith on Oct 7 2021, 3:08 PM.

Details

Summary

This field only exists if the directory exists on the machine running
the test. It likely exists for most Intel macOS users because of
homebrew, but doesn't exist on some of the CI machines. This
unfortunately makes this test a bit less strict.

Diff Detail

Event Timeline

keith created this revision.Oct 7 2021, 3:08 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
keith requested review of this revision.Oct 7 2021, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2021, 3:08 PM
thevinster accepted this revision.Oct 7 2021, 3:15 PM
thevinster added inline comments.
lld/test/MachO/search-paths-darwin.test
10

nit: Align this with Library search paths. Else, LGTM assuming CI passes.

This revision is now accepted and ready to land.Oct 7 2021, 3:15 PM
This revision was landed with ongoing or failed builds.Oct 7 2021, 3:18 PM
This revision was automatically updated to reflect the committed changes.