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

llvm-svn: 241680
This commit is contained in:
NAKAMURA Takumi 2015-07-08 14:13:27 +00:00
parent d515e94070
commit e1dc95c6c1
1 changed files with 0 additions and 14 deletions

View File

@ -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