diff options
Diffstat (limited to 'clang/unittests/Makefile')
| -rw-r--r-- | clang/unittests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Makefile b/clang/unittests/Makefile index 1e6a50835b0..07c0d0e0871 100644 --- a/clang/unittests/Makefile +++ b/clang/unittests/Makefile @@ -20,7 +20,7 @@ PARALLEL_DIRS = CodeGen Basic Lex Driver Format ASTMatchers AST Tooling \ include $(CLANG_LEVEL)/../..//Makefile.config ifeq ($(ENABLE_CLANG_ARCMT),1) -PARALLEL_DIRS += Frontend libclang +PARALLEL_DIRS += Frontend libclang StaticAnalyzer endif endif # CLANG_LEVEL |

