aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-11-06 19:14:25 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-11-06 19:14:25 +0000
commitd3a20f59741c3a01daef412bb4db8fe0cf7b51c7 (patch)
treea9566d4f1f8d358cf9bbb4677f5049be53ef3b6f
parent49517a494b4f70ffc92f80d545720cbf80f7c40d (diff)
downloadllvm-d3a20f59741c3a01daef412bb4db8fe0cf7b51c7.zip
llvm-d3a20f59741c3a01daef412bb4db8fe0cf7b51c7.tar.gz
llvm-d3a20f59741c3a01daef412bb4db8fe0cf7b51c7.tar.bz2
[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
It is part of libclang and has other uses besides running the clang tests. llvm-svn: 167478
-rw-r--r--clang/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile
index fb23e66..23197a1 100644
--- a/clang/tools/Makefile
+++ b/clang/tools/Makefile
@@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
OPTIONAL_DIRS := extra
ifeq ($(BUILD_CLANG_ONLY),YES)
- DIRS := driver libclang
+ DIRS := driver libclang c-index-test
OPTIONAL_DIRS :=
endif