r241680 - [CMake] clang-check: Prune redundant libdeps introduced in r241653.

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 8 07:13:27 PDT 2015


Author: chapuni
Date: Wed Jul  8 09:13:27 2015
New Revision: 241680

URL: http://llvm.org/viewvc/llvm-project?rev=241680&view=rev
Log:
[CMake] clang-check: Prune redundant libdeps introduced in r241653.

Modified:
    cfe/trunk/tools/clang-check/CMakeLists.txt

Modified: cfe/trunk/tools/clang-check/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/CMakeLists.txt?rev=241680&r1=241679&r2=241680&view=diff
==============================================================================
--- cfe/trunk/tools/clang-check/CMakeLists.txt (original)
+++ cfe/trunk/tools/clang-check/CMakeLists.txt Wed Jul  8 09:13:27 2015
@@ -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





More information about the cfe-commits mailing list