]> granicus.if.org Git - clang/commitdiff
Add LLVM backend dependencies to clang-check also in cmake.
authorAdrian Prantl <aprantl@apple.com>
Tue, 7 Jul 2015 21:06:18 +0000 (21:06 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 7 Jul 2015 21:06:18 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241627 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-check/CMakeLists.txt

index 11214d4b9caa9f216372f19f6503c65bade06048..fe1fdedd7c43eaab8db727c2cdf1942242e790ff 100644 (file)
@@ -1,7 +1,20 @@
-set(LLVM_LINK_COMPONENTS
+set( LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Analysis
+  CodeGen
+  Core
+  IPA
+  IPO
+  InstCombine
+  Instrumentation
+  MC
+  MCParser
+  ObjCARCOpts
   Option
+  ScalarOpts
   Support
+  TransformUtils
+  Vectorize
   )
 
 add_clang_executable(clang-check