summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2014-10-31 16:44:30 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2014-10-31 16:44:30 +0000
commitd92da47707d8064fd64c2e869ed284182e927522 (patch)
tree689f6f1a4db59c08cedf1ee348b4754dabd0d5da
parent3e8bc6a8c3f897801c9894cce06e78e8f8f6f3d9 (diff)
downloadbcm5719-llvm-d92da47707d8064fd64c2e869ed284182e927522.tar.gz
bcm5719-llvm-d92da47707d8064fd64c2e869ed284182e927522.zip
[Makefile] If ENABLE_CLANG_ARCMT=0 it seems we don't build libclang, so the unittests for libclang should be disabled too.
This is a modified patch provided by Vassil Vassilev. llvm-svn: 220965
-rw-r--r--clang/unittests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Makefile b/clang/unittests/Makefile
index c2c33b40971..1e6a50835b0 100644
--- a/clang/unittests/Makefile
+++ b/clang/unittests/Makefile
@@ -14,13 +14,13 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = CodeGen Basic Lex Driver libclang Format ASTMatchers AST Tooling \
+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
OpenPOWER on IntegriCloud