[llvm-commits] CVS: llvm/test/Regression/Jello/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 19 22:15:01 PST 2002


Changes in directory llvm/test/Regression/Jello:

Makefile updated: 1.2 -> 1.3

---
Log message:

Add stats output 


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/Makefile
diff -u llvm/test/Regression/Jello/Makefile:1.2 llvm/test/Regression/Jello/Makefile:1.3
--- llvm/test/Regression/Jello/Makefile:1.2	Fri Nov  1 19:40:24 2002
+++ llvm/test/Regression/Jello/Makefile	Thu Dec 19 22:14:19 2002
@@ -12,7 +12,7 @@
 
 Output/%.out: Output/%.bc $(LJELLO)
 	@echo "======== Running $< ==================="
-	$(VERB) jello $< > $@ 2>&1 || \
+	$(VERB) jello -stats $< > $@ 2>&1 || \
                  ( cat $@; rm -f $@; $(FAILURE) $@ )
 
 





More information about the llvm-commits mailing list