Skip to content
Snippets Groups Projects
Commit ded6b85b authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

[CMake] Prune redundant libdeps.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220893 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2837ca3f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ add_clang_library(clangIndex
clangAST
clangBasic
clangFormat
clangLex
clangRewrite
clangTooling
clangToolingCore
)
......@@ -5,7 +5,6 @@ add_clang_library(clangToolingCore
LINK_LIBS
clangBasic
clangDriver
clangLex
clangRewrite
)
......@@ -7,7 +7,6 @@ add_clang_executable(clang-format
target_link_libraries(clang-format
clangBasic
clangFormat
clangLex
clangRewrite
clangToolingCore
)
......
......@@ -86,7 +86,6 @@ add_clang_library(libclang ${ENABLE_SHARED} ${ENABLE_STATIC}
${LIBS}
LINK_COMPONENTS
BitReader
Core
Support
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment