[clang-apply-replacements] Make clang-apply-replacements installable

Add a new target for install: install-clang-apply-replacements.
So if you need clang-tidy and clang-apply-replacements tools only, 
you may build and install only these tools:

    make install-clang-tidy install-clang-apply-replacements

Differential Revision: https://reviews.llvm.org/D45160

llvm-svn: 330509
This commit is contained in:
Zinovy Nis 2018-04-21 15:01:33 +00:00
parent 2193524fb4
commit a1ef2f7b19
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(clang-apply-replacements
add_clang_tool(clang-apply-replacements
ClangApplyReplacementsMain.cpp
)
target_link_libraries(clang-apply-replacements