This is an archive of the discontinued LLVM Phabricator instance.

[clang-rename] Use add_clang_tool
ClosedPublic

Authored by smeenai on Nov 1 2017, 5:43 PM.

Details

Summary

add_clang_tool includes a call to add_clang_executable, but it also
sets up the install rule, and adds an install-* target. The latter is
required for using LLVM_DISTRIBUTION_COMPONENTS.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai created this revision.Nov 1 2017, 5:43 PM
arphaman accepted this revision.Nov 1 2017, 5:55 PM

LGTM.

This revision is now accepted and ready to land.Nov 1 2017, 5:55 PM
This revision was automatically updated to reflect the committed changes.