summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-02 04:46:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-02 04:46:36 +0000
commitf49c7a5f05adbf1957d9fc6fef55125db26181a5 (patch)
tree98f81831b5a137dcecaea39fb48ec64fca3a6b38 /tools/Makefile
parent69ccadd7535a83b348595cf603126e6a68b2883b (diff)
downloadllvm-f49c7a5f05adbf1957d9fc6fef55125db26181a5.tar.gz
llvm-f49c7a5f05adbf1957d9fc6fef55125db26181a5.tar.bz2
llvm-f49c7a5f05adbf1957d9fc6fef55125db26181a5.tar.xz
Build llvm-update now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5eb077d8e2..f1abf931a4 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -11,7 +11,7 @@ LEVEL := ..
# Note .. the tools are organized in triples consisting of one large and two
# small executables. This is done to minimize memory load in parallel builds.
# Please retain this ordering.
-PARALLEL_DIRS := llvm-config \
+PARALLEL_DIRS := llvm-config llvm-upgrade \
opt llvm-as llvm-dis \
llc llvm-ranlib llvm-ar \
lli llvm-link llvm-nm \