From: NAKAMURA Takumi Date: Thu, 30 Oct 2014 01:37:44 +0000 (+0000) Subject: [CMake] Prune redundant libdeps. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ded6b85bf822d9926f5469e196cd6474e016d411;p=clang [CMake] Prune redundant libdeps. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220893 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index be87bfd24a..3869c32c87 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -13,8 +13,6 @@ add_clang_library(clangIndex clangAST clangBasic clangFormat - clangLex clangRewrite - clangTooling clangToolingCore ) diff --git a/lib/Tooling/Core/CMakeLists.txt b/lib/Tooling/Core/CMakeLists.txt index 7194b2c917..c8c75f95f3 100644 --- a/lib/Tooling/Core/CMakeLists.txt +++ b/lib/Tooling/Core/CMakeLists.txt @@ -5,7 +5,6 @@ add_clang_library(clangToolingCore LINK_LIBS clangBasic - clangDriver clangLex clangRewrite ) 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 )