summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-16 20:02:22 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-16 20:02:22 +0000
commitd16afe9d3ef2b5491040045b9bddf1d86177cc76 (patch)
treeae08abc962f1c21faa6d48ad16d96fc060239a74 /test/Makefile.tests
parentcc838348fc4eb60b09f6ef9cd248be347112c7a9 (diff)
downloadllvm-d16afe9d3ef2b5491040045b9bddf1d86177cc76.tar.gz
llvm-d16afe9d3ef2b5491040045b9bddf1d86177cc76.tar.bz2
llvm-d16afe9d3ef2b5491040045b9bddf1d86177cc76.tar.xz
Updated the name of the linker to llvm-link.
This should fix the MultiSource tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 3bdea41f89..948023ced9 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -49,7 +49,7 @@ LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)
LGCCLDPROG = $(TOOLS)/gccld
LDIS = $(TOOLS)/llvm-dis
LOPT = $(TOOLS)/opt
-LLINK = $(TOOLS)/link
+LLINK = $(TOOLS)/llvm-link
LANALYZE = $(TOOLS)/analyze
LBUGPOINT= $(TOOLS)/bugpoint