]> granicus.if.org Git - clang/commit
[clang-rename] Use add_clang_tool
authorShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 01:11:40 +0000 (01:11 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 01:11:40 +0000 (01:11 +0000)
commitad9b4c4084b6a074a6501e9be963fd4a1619fdf3
treee8164699534355db08d2e9c260014a5818dbd5f4
parent549aaf11afe537d779888d05324759c2f3ef83b5
[clang-rename] Use add_clang_tool

`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`.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317150 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-rename/CMakeLists.txt