Include clang-check as part of the clang installation.
This also tidies up a couple of other tools we were (partially) installing: * c-index-test was being installed but shouldn't be (it's just a clang-dev tool) * diagtool was being installed in cmake but not make (& shouldn't be installed in either) Review by Manuel Klimek, Doug Gregor, and Chandler Carruth. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161073 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- tools/c-index-test/CMakeLists.txt 0 additions, 2 deletionstools/c-index-test/CMakeLists.txt
- tools/c-index-test/Makefile 3 additions, 0 deletionstools/c-index-test/Makefile
- tools/clang-check/CMakeLists.txt 3 additions, 0 deletionstools/clang-check/CMakeLists.txt
- tools/clang-check/Makefile 0 additions, 1 deletiontools/clang-check/Makefile
- tools/diagtool/CMakeLists.txt 0 additions, 3 deletionstools/diagtool/CMakeLists.txt
Please register or sign in to comment