[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
   )