summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile
index 8cd0a065aa3..94032d20b03 100644
--- a/clang/tools/Makefile
+++ b/clang/tools/Makefile
@@ -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
OpenPOWER on IntegriCloud