This is an archive of the discontinued LLVM Phabricator instance.

[clang-reorder-fields] Switch to add_clang_tool
ClosedPublic

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

Details

Summary

add_clang_tool invokes add_clang_executable internally, but it also
takes care of setting up the install rule. It also adds an install-*
build target, which is required for LLVM_DISTRIBUTION_COMPONENTS.

Event Timeline

smeenai created this revision.Nov 1 2017, 5:52 PM
compnerd accepted this revision.Nov 1 2017, 5:54 PM
This revision is now accepted and ready to land.Nov 1 2017, 5:54 PM
This revision was automatically updated to reflect the committed changes.