diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-06 19:14:25 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-06 19:14:25 +0000 |
commit | 090b136437bda798158931612f38b5c6571d939e (patch) | |
tree | 73b6c7b1ca9c6cf2617e882c996fccf04273c29c | |
parent | cb489dde66331865281e007b21f8f94da01f8d1e (diff) |
[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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167478 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index fb23e66807..23197a15b4 100644 --- a/tools/Makefile +++ b/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 |