mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703
llvm-svn: 166637
This commit is contained in:
parent
328853b5a2
commit
4c466eda90
5
Makefile
5
Makefile
@ -68,10 +68,13 @@ 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/tools/libclang \
|
||||
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…
x
Reference in New Issue
Block a user