summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-16 01:40:55 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-16 01:40:55 +0000
commit034d68e97d74e0727a7e6f2e0a7c9ed611ffcd2b (patch)
tree73af851bb7bf3239ed8bbb23c2868b61169d9586 /clang/lib/StaticAnalyzer
parent9d4d4f9104839c38b855c60d0d7f741351faa3a0 (diff)
downloadbcm5719-llvm-034d68e97d74e0727a7e6f2e0a7c9ed611ffcd2b.tar.gz
bcm5719-llvm-034d68e97d74e0727a7e6f2e0a7c9ed611ffcd2b.zip
[analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers.
llvm-svn: 125637
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-rw-r--r--clang/lib/StaticAnalyzer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Makefile b/clang/lib/StaticAnalyzer/Makefile
index a23554de21d..c166f063f92 100644
--- a/clang/lib/StaticAnalyzer/Makefile
+++ b/clang/lib/StaticAnalyzer/Makefile
@@ -12,6 +12,7 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
-PARALLEL_DIRS := Core Checkers Frontend
+DIRS := Checkers Frontend
+PARALLEL_DIRS := Core
include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud