This is an archive of the discontinued LLVM Phabricator instance.

Create cmake install targets for lit, FileCheck, etc. when a defaulted-to-off flag is enabled.
AbandonedPublic

Authored by jroelofs on Dec 1 2014, 5:03 PM.

Details

Summary

These tools are useful on their own right for other projects... Let's make it slightly easier to get them installed.

Diff Detail

Event Timeline

jroelofs updated this revision to Diff 16791.Dec 1 2014, 5:03 PM
jroelofs retitled this revision from to Create cmake install targets for lit, FileCheck, etc. when a defaulted-to-off flag is enabled..
jroelofs updated this object.
jroelofs edited the test plan for this revision. (Show Details)
jroelofs added reviewers: danalbert, ddunbar.
jroelofs added a subscriber: Unknown Object (MLST).
ddunbar edited edge metadata.Dec 1 2014, 6:35 PM

My strong preference is that anyone wanting to use lit in another project
install it via PyPi, which is simpler anyway. No opinion on the other tools
though.

  • Daniel

@ddunbar, out of curiosity, why do you prefer that over the one that ships with llvm releases?

I think that the installation process is simpler (easy_install lit or
pip install lit on many a modern system, vs installing or checkout of
LLVM), and more appropriate for people who want lit as a standalone project.

  • Daniel
jroelofs abandoned this revision.Aug 27 2015, 8:26 AM