summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Makefile')
-rw-r--r--clang/unittests/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/unittests/Makefile b/clang/unittests/Makefile
index 9b95a6eda20..95b1639415b 100644
--- a/clang/unittests/Makefile
+++ b/clang/unittests/Makefile
@@ -14,14 +14,10 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Basic Lex Driver libclang
+PARALLEL_DIRS = Basic Lex Driver libclang Format ASTMatchers AST Tooling Sema
include $(CLANG_LEVEL)/../..//Makefile.config
-ifeq ($(ENABLE_CLANG_REWRITER),1)
-PARALLEL_DIRS += Format ASTMatchers AST Tooling Sema
-endif
-
ifeq ($(ENABLE_CLANG_ARCMT),1)
PARALLEL_DIRS += Frontend
endif
OpenPOWER on IntegriCloud