This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][lit] initialize LIT LLVMConfig instance
ClosedPublic

Authored by ychen on Mar 31 2022, 10:29 AM.

Details

Summary

to handle lit tools searching. Otherwise
compiler-rt depends on system environment variable PATH for lit tools
which diverge from the other LLVM projects. This reverts D83486 which
really should be implemented in LIT itself when the PATH is constructed.

Diff Detail

Event Timeline

ychen created this revision.Mar 31 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 10:29 AM
Herald added a subscriber: dberris. · View Herald Transcript
ychen requested review of this revision.Mar 31 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 10:29 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.May 9 2022, 11:34 AM
This revision is now accepted and ready to land.May 9 2022, 11:34 AM