This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add search path for llvm-strip
ClosedPublic

Authored by kkwli0 on Feb 3 2022, 8:59 PM.

Details

Summary

Add the search path for llvm-strip instead of solely relying on the PATH environment variable setting.

Currently, make check-openmp has a few failures with the error:

/build-llvm/./bin/clang-linker-wrapper: error: Unable to find 'llvm-strip' in path

Diff Detail

Event Timeline

kkwli0 created this revision.Feb 3 2022, 8:59 PM
kkwli0 requested review of this revision.Feb 3 2022, 8:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 8:59 PM
jhuber6 accepted this revision.Feb 4 2022, 5:39 AM

LG, thanks.

This revision is now accepted and ready to land.Feb 4 2022, 5:39 AM
This revision was landed with ongoing or failed builds.Feb 4 2022, 7:17 PM
This revision was automatically updated to reflect the committed changes.