summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-26 05:28:00 +0000
committerChris Lattner <sabre@nondot.org>2003-06-26 05:28:00 +0000
commit083de22d9fe81dac433d2a449fb8c0326920cf4f (patch)
tree2a08ad9b8cadc670b56139aba2b8f17261d89899 /test/Makefile.tests
parent6a2a60aaf36bd18577c5825afbbd9930600d515c (diff)
downloadllvm-083de22d9fe81dac433d2a449fb8c0326920cf4f.tar.gz
llvm-083de22d9fe81dac433d2a449fb8c0326920cf4f.tar.bz2
llvm-083de22d9fe81dac433d2a449fb8c0326920cf4f.tar.xz
New variable which is just the GCCLD tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index cedeef81c8..4fb4d32731 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -43,6 +43,7 @@ LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
+LGCCLDPROG = $(TOOLS)/gccld
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link