summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-30 01:37:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-30 01:37:44 +0000
commitded6b85bf822d9926f5469e196cd6474e016d411 (patch)
tree103fc2548f870da8aea4727478e5b49ed7b7a901 /tools
parent2837ca3f8a00863e8b83fd419b526a5904b40404 (diff)
[CMake] Prune redundant libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/clang-format/CMakeLists.txt1
-rw-r--r--tools/libclang/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/clang-format/CMakeLists.txt b/tools/clang-format/CMakeLists.txt
index 74e843e958..6a24e138ef 100644
--- a/tools/clang-format/CMakeLists.txt
+++ b/tools/clang-format/CMakeLists.txt
@@ -7,7 +7,6 @@ add_clang_executable(clang-format
target_link_libraries(clang-format
clangBasic
clangFormat
- clangLex
clangRewrite
clangToolingCore
)
diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt
index 5237b57cf2..f1c3f4ca8b 100644
--- a/tools/libclang/CMakeLists.txt
+++ b/tools/libclang/CMakeLists.txt
@@ -86,7 +86,6 @@ add_clang_library(libclang ${ENABLE_SHARED} ${ENABLE_STATIC}
${LIBS}
LINK_COMPONENTS
- BitReader
Core
Support
)