This is an archive of the discontinued LLVM Phabricator instance.

[test] Support 'lit' executable name
ClosedPublic

Authored by mgorny on Sep 29 2016, 11:29 PM.

Details

Summary

Support finding lit as plain 'lit', which is the name used by setup.py in LLVM's utils/lit.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 72984.Sep 29 2016, 11:29 PM
mgorny retitled this revision from to [test] Support 'lit' executable name.
mgorny updated this object.
mgorny added reviewers: jlpeyton, Hahnfeld.
mgorny added a subscriber: openmp-commits.
jlpeyton accepted this revision.Sep 30 2016, 9:04 AM
jlpeyton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 30 2016, 9:04 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the review!