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

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 26 00:29:08 PDT 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.65 -> 1.66

---
Log message:

New variable which is just the GCCLD tool


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.65 llvm/test/Makefile.tests:1.66
--- llvm/test/Makefile.tests:1.65	Wed Jun 18 14:39:06 2003
+++ llvm/test/Makefile.tests	Thu Jun 26 00:28:00 2003
@@ -43,6 +43,7 @@
 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





More information about the llvm-commits mailing list