summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/tools/clang-check/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/tools/clang-check/CMakeLists.txt b/clang/tools/clang-check/CMakeLists.txt
index a7558eebe7c..0eeff149566 100644
--- a/clang/tools/clang-check/CMakeLists.txt
+++ b/clang/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
OpenPOWER on IntegriCloud