Updated the name of the linker to llvm-link.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 16 Sep 2003 20:02:22 +0000 (20:02 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 16 Sep 2003 20:02:22 +0000 (20:02 +0000)
This should fix the MultiSource tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8569 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 3bdea41f890088ad7e6db3e5827237eaadb2922c..948023ced9a932b4029793aded4cb683124182e8 100644 (file)
@@ -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