summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-25 05:05:58 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-25 05:05:58 +0000
commit6fefa6a12b83a729b61b220e2b7454fae7be4c8c (patch)
tree622844e7e2f041ae03e449c188af5c0e32d875a5 /tools/Makefile
parente62683d3fc0ba2dbb04846e962afba4a67e9ba4e (diff)
downloadllvm-6fefa6a12b83a729b61b220e2b7454fae7be4c8c.tar.gz
llvm-6fefa6a12b83a729b61b220e2b7454fae7be4c8c.tar.bz2
llvm-6fefa6a12b83a729b61b220e2b7454fae7be4c8c.tar.xz
Disable building llvm-upgrade.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48764 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 d1491af5bf..416b3c411e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -12,7 +12,7 @@ LEVEL := ..
# large and three small executables. This is done to minimize memory load
# in parallel builds. Please retain this ordering.
PARALLEL_DIRS := llvm-config \
- opt llvm-as llvm-dis llvm-upgrade \
+ opt llvm-as llvm-dis \
llc llvm-ranlib llvm-ar llvm-nm \
llvm-ld llvmc llvm-prof llvm-link \
lli gccas gccld llvm-extract llvm-db llvm2cpp \