From: NAKAMURA Takumi Date: Wed, 8 Jul 2015 14:13:27 +0000 (+0000) Subject: [CMake] clang-check: Prune redundant libdeps introduced in r241653. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b157e2822ae5d1594c4b13a48483731c351df54;p=clang [CMake] clang-check: Prune redundant libdeps introduced in r241653. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241680 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-check/CMakeLists.txt b/tools/clang-check/CMakeLists.txt index a7558eebe7..0eeff14956 100644 --- a/tools/clang-check/CMakeLists.txt +++ b/tools/clang-check/CMakeLists.txt @@ -1,20 +1,7 @@ set( LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} - Analysis - CodeGen - Core - IPA - IPO - InstCombine - Instrumentation - MC - MCParser - ObjCARCOpts Option - ScalarOpts Support - TransformUtils - Vectorize ) set(LLVM_NO_DEAD_STRIP 1) @@ -25,7 +12,6 @@ add_clang_executable(clang-check target_link_libraries(clang-check clangAST - clangBasic clangCodeGen clangDriver clangFrontend