Speed up clang-only link, by really linking only clang, and not the unittests

too.

llvm-svn: 82873
This commit is contained in:
Torok Edwin 2009-09-26 20:18:58 +00:00
parent 49232b9f42
commit fd5438edee
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ ifeq ($(MAKECMDGOALS),install-clang)
endif
ifeq ($(MAKECMDGOALS),clang-only)
DIRS := $(filter-out tools runtime docs, $(DIRS)) tools/clang
DIRS := $(filter-out tools runtime docs unittests, $(DIRS)) tools/clang
OPTIONAL_DIRS :=
endif