This is an archive of the discontinued LLVM Phabricator instance.

[LNT] In command-line tool expand tilde when resolving commands.
ClosedPublic

Authored by vsapsai on Aug 17 2018, 12:27 PM.

Details

Summary

The use case it addresses is being able to provide extra tools like

--use-lit=~/llvm/build/bin/llvm-lit

Currently lnt fails even if the file is present and executable. Error looks like

lnt error: LIT tool not found (looked for ~/llvm/build/bin/llvm-lit)

Diff Detail

Repository
rL LLVM

Event Timeline

vsapsai created this revision.Aug 17 2018, 12:27 PM
cmatthews accepted this revision.Aug 17 2018, 1:23 PM
This revision is now accepted and ready to land.Aug 17 2018, 1:23 PM
This revision was automatically updated to reflect the committed changes.

Thanks for review, Chris.