Speed up clang-only link, by really linking only clang, and not the unittests
authorTorok Edwin <edwintorok@gmail.com>
Sat, 26 Sep 2009 20:18:58 +0000 (20:18 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Sat, 26 Sep 2009 20:18:58 +0000 (20:18 +0000)
too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82873 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 03ab0446522a55dff64c73aa62b687fb16474cce..bd8552b5bc0feaba34effcedb52489e8993ef3e8 100644 (file)
--- a/Makefile
+++ b/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