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

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 23 14:22:21 PDT 2004


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.128 -> 1.129

---
Log message:

Add OPTPASSES debugging support


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

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.128 llvm/test/Programs/Makefile.programs:1.129
--- llvm/test/Programs/Makefile.programs:1.128	Sat Apr 17 18:24:42 2004
+++ llvm/test/Programs/Makefile.programs	Fri Apr 23 14:22:21 2004
@@ -384,7 +384,7 @@
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccld): \
 Output/%.bugpoint-gccld: Output/%.nogccldopt-llvm.bc $(LBUGPOINT) \
                          Output/gccld-pass-args Output/%.out-nat
-	$(LBUGPOINT) $< `cat Output/gccld-pass-args` $(BUGPOINT_OPTIONS)
+	$(LBUGPOINT) $< `cat Output/gccld-pass-args` $(OPTPASSES) $(BUGPOINT_OPTIONS)
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llc): \
 Output/%.bugpoint-llc: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat





More information about the llvm-commits mailing list