[llvm-commits] CVS: llvm/test/Makefile.tests

John Criswell criswell at cs.uiuc.edu
Tue Sep 16 15:03:02 PDT 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.79 -> 1.80

---
Log message:

Updated the name of the linker to llvm-link.
This should fix the MultiSource tests.



---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.79 llvm/test/Makefile.tests:1.80
--- llvm/test/Makefile.tests:1.79	Thu Sep 11 13:04:19 2003
+++ llvm/test/Makefile.tests	Tue Sep 16 15:02:22 2003
@@ -49,7 +49,7 @@
 LGCCLDPROG = $(TOOLS)/gccld
 LDIS     = $(TOOLS)/llvm-dis 
 LOPT     = $(TOOLS)/opt
-LLINK    = $(TOOLS)/link
+LLINK    = $(TOOLS)/llvm-link
 LANALYZE = $(TOOLS)/analyze
 LBUGPOINT= $(TOOLS)/bugpoint
 





More information about the llvm-commits mailing list