From: Reid Spencer Date: Sat, 2 Dec 2006 04:46:36 +0000 (+0000) Subject: Build llvm-update now. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f49c7a5f05adbf1957d9fc6fef55125db26181a5;p=oota-llvm.git Build llvm-update now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 5eb077d8e20..f1abf931a40 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 \