This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Install llvm-lit when LLVM_INSTALL_UTILS is enabled.
AbandonedPublic

Authored by DavidTruby on Mar 2 2020, 6:35 AM.

Details

Reviewers
None
Summary

Currently all the utils such as FileCheck, not etc. get installed
when LLVM_INSTALL_UTILS is enabled, however llvm-lit doesn't.
Installing lit as well is useful for external proejcts that want
to use lit for their testing infrastructure.

Diff Detail

Event Timeline

DavidTruby created this revision.Mar 2 2020, 6:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2020, 6:35 AM
DavidTruby abandoned this revision.Apr 22 2020, 6:37 AM