Set the 'build clang only' flag when we're building only clang.

llvm-svn: 165042
This commit is contained in:
Bill Wendling 2012-10-02 20:32:23 +00:00
parent 5c964c070e
commit 624d7752b9

View File

@ -77,6 +77,7 @@ ifeq ($(MAKECMDGOALS),install-clang)
endif
ifeq ($(MAKECMDGOALS),clang-only)
BUILD_CLANG_ONLY := YES
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
tools/clang tools/lto
OPTIONAL_DIRS :=