From d16afe9d3ef2b5491040045b9bddf1d86177cc76 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 16 Sep 2003 20:02:22 +0000 Subject: 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 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.tests') 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 -- cgit v1.2.3