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:
bdaf3dc
)
Add lto into the list of PARALLEL_DIRS
author
Devang Patel
<dpatel@apple.com>
Thu, 7 Sep 2006 20:21:58 +0000
(20:21 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 7 Sep 2006 20:21:58 +0000
(20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30154
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 1ea2311f93f858a70a34e3b3cd568da55bb2b60f..1c29a3d3697a3fb256293b07a695ac33eeabe72c 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-18,6
+18,7
@@
PARALLEL_DIRS := llvm-config \
bugpoint llvm-db llvm-extract \
gccas llvm-bcanalyzer llvm-stub \
gccld llvm2cpp \
- llvm-ld llvmc llvm-prof
+ llvm-ld llvmc llvm-prof \
+ lto
include $(LEVEL)/Makefile.common