[llvm-commits] CVS: llvm/test/Programs/Makefile.programs

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 30 12:58:00 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.79 -> 1.80

---
Log message:

Oops, fix copy and pasto


---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.79 llvm/test/Programs/Makefile.programs:1.80
--- llvm/test/Programs/Makefile.programs:1.79	Wed Jul 30 12:55:27 2003
+++ llvm/test/Programs/Makefile.programs	Wed Jul 30 12:57:14 2003
@@ -270,7 +270,7 @@
 	$(LBUGPOINT) $< `cat Output/gccld-pass-args` $(BUGPOINT_OPTIONS)
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llc): \
-Output/%.bugpoint-llc: Output/%.linked.bc $(LBUGPOINT) Output/%.out-nat
+Output/%.bugpoint-llc: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
 	$(LBUGPOINT) $< -run-llc -mode=codegen $(BUGPOINT_OPTIONS)
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-jit): \





More information about the llvm-commits mailing list