Build llvm-update now.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 2 Dec 2006 04:46:36 +0000 (04:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 2 Dec 2006 04:46:36 +0000 (04:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32116 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 5eb077d8e200d4e41781713135ef71f805926e1a..f1abf931a403fee7de3b1de09f783b1186a70dd7 100644 (file)
@@ -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 \