summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-09-26 20:18:58 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-09-26 20:18:58 +0000
commitfd5438edeef0da881d45f5c2541def5a05a9e645 (patch)
treebb10833a124660ccb3487eb744c2d97720860d44
parent49232b9f428ec806befc2debb62609f4d72a43a4 (diff)
downloadbcm5719-llvm-fd5438edeef0da881d45f5c2541def5a05a9e645.tar.gz
bcm5719-llvm-fd5438edeef0da881d45f5c2541def5a05a9e645.zip
Speed up clang-only link, by really linking only clang, and not the unittests
too. llvm-svn: 82873
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index 03ab0446522..bd8552b5bc0 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -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
OpenPOWER on IntegriCloud