[llvm-commits] CVS: llvm/test/Makefile.tests
John Criswell
criswell at choi.cs.uiuc.edu
Thu Jun 26 16:40:57 PDT 2003
Changes in directory llvm/test:
Makefile.tests updated: 1.65 -> 1.65.2.1
---
Log message:
Merged with mainline on Thursday, June 26, 2003.
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.65 llvm/test/Makefile.tests:1.65.2.1
--- llvm/test/Makefile.tests:1.65 Wed Jun 18 14:39:06 2003
+++ llvm/test/Makefile.tests Thu Jun 26 16:35:31 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