projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fcf85e
)
Speed up clang-only link, by really linking only clang, and not the unittests
author
Torok Edwin
<edwintorok@gmail.com>
Sat, 26 Sep 2009 20:18:58 +0000
(20:18 +0000)
committer
Torok 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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