mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[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: 167484
This commit is contained in:
parent
2fb5dc3a15
commit
2e5029e3b8
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user