]> granicus.if.org Git - clang/commitdiff
Re-add clang-check to the Makefile build.
authorJordan Rose <jordan_rose@apple.com>
Thu, 22 Aug 2013 16:12:04 +0000 (16:12 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 22 Aug 2013 16:12:04 +0000 (16:12 +0000)
I was bound to screw this up somehow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189029 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 8cd0a065aa330ea1fb91d2a2446c35dfdb7c0f6c..94032d20b032c5ef392f75e63f04bac796a5547b 100644 (file)
@@ -18,6 +18,10 @@ ifeq ($(ENABLE_CLANG_REWRITER),1)
   PARALLEL_DIRS += clang-format
 endif
 
+ifeq ($(ENABLE_CLANG_STATIC_ANALYZER), 1)
+  PARALLEL_DIRS += clang-check
+endif
+
 ifeq ($(ENABLE_CLANG_ARCMT), 1)
   DIRS += libclang c-index-test c-arcmt-test
   PARALLEL_DIRS += arcmt-test