| commit | 9fc265a7af7bdfd16dcc61f9696d155b4ef8a6d0 | [log] [tgz] |
|---|---|---|
| author | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Oct 30 01:37:44 2014 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 18 09:43:19 2020 -0700 |
| tree | 103fc2548f870da8aea4727478e5b49ed7b7a901 | |
| parent | 447ffb26b906540702b0efd20976e46fa694eaa9 [diff] |
[CMake] Prune redundant libdeps. llvm-svn: 220893 GitOrigin-RevId: 9f99a7a4170840a4bb40e182c3971b43c59e63fc
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index be87bfd..3869c32 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt
@@ -13,8 +13,6 @@ clangAST clangBasic clangFormat - clangLex clangRewrite - clangTooling clangToolingCore )
diff --git a/lib/Tooling/Core/CMakeLists.txt b/lib/Tooling/Core/CMakeLists.txt index 7194b2c..c8c75f9 100644 --- a/lib/Tooling/Core/CMakeLists.txt +++ b/lib/Tooling/Core/CMakeLists.txt
@@ -5,7 +5,6 @@ LINK_LIBS clangBasic - clangDriver clangLex clangRewrite )
diff --git a/tools/clang-format/CMakeLists.txt b/tools/clang-format/CMakeLists.txt index 74e843e..6a24e13 100644 --- a/tools/clang-format/CMakeLists.txt +++ b/tools/clang-format/CMakeLists.txt
@@ -7,7 +7,6 @@ target_link_libraries(clang-format clangBasic clangFormat - clangLex clangRewrite clangToolingCore )
diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt index 5237b57..f1c3f4c 100644 --- a/tools/libclang/CMakeLists.txt +++ b/tools/libclang/CMakeLists.txt
@@ -86,7 +86,6 @@ ${LIBS} LINK_COMPONENTS - BitReader Core Support )