aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-15 21:53:47 +0000
committerChris Lattner <sabre@nondot.org>2008-12-15 21:53:47 +0000
commit2163594dc2e087dd11703c1cafe9c4d7e934b0c0 (patch)
treed9328f44a28d474f19ed0f87155d108441ed9f70 /Makefile.rules
parentf6269613cad8ce072600ae0ae1a8367416f67dcc (diff)
remove some old llvm-upgrade cruft.
Instead of emitting the full command line to build each file with llvm-gcc, just emit a nice "Compiling" line. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@61053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8240ce14..1cbac661 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -283,12 +283,6 @@ LPROF = $(LLVMTOOLCURRENT)/llvm-prof$(EXEEXT)
LBUGPOINT = $(LLVMTOOLCURRENT)/bugpoint$(EXEEXT)
LFINDMISOPT= $(LLVM_SRC_ROOT)/utils/findmisopt
LLVMC = $(LLVMTOOLCURRENT)/llvmc$(EXEEXT)
-LUPGRADE = $(LLVMTOOLCURRENT)/llvm-upgrade$(EXEEXT)
-ifeq ($(LLVMGCC_MAJVERS),3)
-UPGRADE_LL= $(LUPGRADE) $(1) -o $(1).up.tmp -f ; $(MV) $(1).up.tmp $(1)
-else
-UPGRADE_LL=
-endif