[llvm-commits] [llvm] r167484 - /llvm/trunk/Makefile
Argyrios Kyrtzidis
akyrtzi at gmail.com
Tue Nov 6 11:54:47 PST 2012
Author: akirtzidis
Date: Tue Nov 6 13:54:46 2012
New Revision: 167484
URL: http://llvm.org/viewvc/llvm-project?rev=167484&view=rev
Log:
[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.
Modified:
llvm/trunk/Makefile
Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=167484&r1=167483&r2=167484&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Tue Nov 6 13:54:46 2012
@@ -69,12 +69,10 @@
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
More information about the llvm-commits
mailing list