Skip to content
Snippets Groups Projects
Commit 92e9d2b6 authored by Jordan Rose's avatar Jordan Rose
Browse files

Re-add clang-check to the Makefile build.

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
parent 259118e6
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ ifeq ($(ENABLE_CLANG_REWRITER),1) ...@@ -18,6 +18,10 @@ ifeq ($(ENABLE_CLANG_REWRITER),1)
PARALLEL_DIRS += clang-format PARALLEL_DIRS += clang-format
endif endif
ifeq ($(ENABLE_CLANG_STATIC_ANALYZER), 1)
PARALLEL_DIRS += clang-check
endif
ifeq ($(ENABLE_CLANG_ARCMT), 1) ifeq ($(ENABLE_CLANG_ARCMT), 1)
DIRS += libclang c-index-test c-arcmt-test DIRS += libclang c-index-test c-arcmt-test
PARALLEL_DIRS += arcmt-test PARALLEL_DIRS += arcmt-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment