summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-07-21 01:31:47 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-07-21 01:31:47 +0000
commit0b441227e29e7e9deaf9cd21f3bcd689482178c4 (patch)
treeff716b9812413a3807a34a98475a47a92389b421 /test/Makefile.tests
parentcd2273f4a795eacf474adff5b016511032e20a24 (diff)
downloadllvm-0b441227e29e7e9deaf9cd21f3bcd689482178c4.tar.gz
llvm-0b441227e29e7e9deaf9cd21f3bcd689482178c4.tar.bz2
llvm-0b441227e29e7e9deaf9cd21f3bcd689482178c4.tar.xz
Move LLVM tool definitions to Makefile.rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15049 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 5c908c043e..c49cedd5cf 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -34,21 +34,6 @@ endif
.PRECIOUS: Output/%.llvm.bc
.PRECIOUS: Output/%.llvm
-# Find the location of the platform specific LLVM GCC libraries
-LLVMGCCLIBDIR=$(dir $(shell $(LLVMGCC) -print-file-name=libgcc.a))
-
-# LLVM Tool Definitions (LLVMGCC, LLVMGXX, LLVMAS are provided by Makefile.rules)
-LLI = $(LLVMTOOLCURRENT)/lli$(EXEEXT)
-LLC = $(LLVMTOOLCURRENT)/llc$(EXEEXT)
-LGCCAS = $(LLVMTOOLCURRENT)/gccas$(EXEEXT)
-LGCCLD = $(LGCCLDPROG) -L$(LLVMGCCLIBDIR) -L$(LLVMGCCDIR)/lib
-LDIS = $(LLVMTOOLCURRENT)/llvm-dis$(EXEEXT)
-LOPT = $(LLVMTOOLCURRENT)/opt$(EXEEXT)
-LLINK = $(LLVMTOOLCURRENT)/llvm-link$(EXEEXT)
-LPROF = $(LLVMTOOLCURRENT)/llvm-prof$(EXEEXT)
-LANALYZE = $(LLVMTOOLCURRENT)/analyze$(EXEEXT)
-LBUGPOINT= $(LLVMTOOLCURRENT)/bugpoint$(EXEEXT)
-
LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
LLCFLAGS =