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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 19 16:45:01 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.96 -> 1.97

---
Log message:

Bugpoint -mode option no longer exists!


---
Diffs of the changes:  (+2 -2)

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.96 llvm/test/Programs/Makefile.programs:1.97
--- llvm/test/Programs/Makefile.programs:1.96	Wed Oct 15 17:06:26 2003
+++ llvm/test/Programs/Makefile.programs	Sun Oct 19 16:44:15 2003
@@ -237,11 +237,11 @@
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llc): \
 Output/%.bugpoint-llc: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
-	$(LBUGPOINT) $< -run-llc -mode=codegen $(BUGPOINT_OPTIONS)
+	$(LBUGPOINT) $< -run-llc $(BUGPOINT_OPTIONS)
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-jit): \
 Output/%.bugpoint-jit: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
-	$(LBUGPOINT) $< -run-jit -mode=codegen $(BUGPOINT_OPTIONS)
+	$(LBUGPOINT) $< -run-jit $(BUGPOINT_OPTIONS)
 
 #
 # Rules to compile the program for the C Back End





More information about the llvm-commits mailing list