diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-07-31 20:29:59 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-07-31 20:29:59 +0000 |
commit | 0bc35e9e484ca66323f437a205baaa52d777260f (patch) | |
tree | d20afc215ca60a53553822e52073893504731d42 /tools/diagtool | |
parent | 98499013bd70ec584f4c01c45106ec3e8203f16c (diff) |
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
Diffstat (limited to 'tools/diagtool')
-rw-r--r-- | tools/diagtool/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/diagtool/CMakeLists.txt b/tools/diagtool/CMakeLists.txt index 77f5f381be..bdf12edfc0 100644 --- a/tools/diagtool/CMakeLists.txt +++ b/tools/diagtool/CMakeLists.txt @@ -27,6 +27,3 @@ if(UNIX) else() set(CLANGXX_LINK_OR_COPY copy) endif() - -install(TARGETS diagtool - RUNTIME DESTINATION bin) |