diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-06 19:54:46 +0000 | 
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-06 19:54:46 +0000 | 
| commit | 9d8c6786588458e741ca38559f3d66bf006dfa69 (patch) | |
| tree | 37d25b37b4f6298b1286f2669cfc3c52a044eaaa /Makefile | |
| parent | b042868c01925dae3a1032890f591f1da78b19d3 (diff) | |
| download | external_llvm-9d8c6786588458e741ca38559f3d66bf006dfa69.zip external_llvm-9d8c6786588458e741ca38559f3d66bf006dfa69.tar.gz external_llvm-9d8c6786588458e741ca38559f3d66bf006dfa69.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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 1 insertions, 3 deletions
@@ -69,12 +69,10 @@ endif  ifeq ($(MAKECMDGOALS),install-clang)    DIRS := tools/clang/tools/driver tools/clang/lib/Headers \            tools/clang/tools/libclang \ +          tools/clang/tools/c-index-test \            tools/clang/include/clang-c \            tools/clang/runtime tools/clang/docs \            tools/lto runtime -  ifneq ($(BUILD_CLANG_ONLY),YES) -    DIRS += tools/clang/tools/c-index-test -  endif    OPTIONAL_DIRS :=    NO_INSTALL = 1  endif  | 
