diff options
Diffstat (limited to 'unittests/Makefile')
| -rw-r--r-- | unittests/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unittests/Makefile b/unittests/Makefile index 95b1639415b2e..1e6a50835b051 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -14,12 +14,13 @@ ifndef CLANG_LEVEL IS_UNITTEST_LEVEL := 1 CLANG_LEVEL := .. -PARALLEL_DIRS = Basic Lex Driver libclang Format ASTMatchers AST Tooling Sema +PARALLEL_DIRS = CodeGen Basic Lex Driver Format ASTMatchers AST Tooling \ + Sema include $(CLANG_LEVEL)/../..//Makefile.config ifeq ($(ENABLE_CLANG_ARCMT),1) -PARALLEL_DIRS += Frontend +PARALLEL_DIRS += Frontend libclang endif endif # CLANG_LEVEL |
