Add stats output

llvm-svn: 5110
This commit is contained in:
Chris Lattner 2002-12-20 04:14:19 +00:00
parent 6e7c821dc0
commit 84ea4c572c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
Output/%.out: Output/%.bc $(LJELLO)
@echo "======== Running $< ==================="
$(VERB) jello $< > $@ 2>&1 || \
$(VERB) jello -stats $< > $@ 2>&1 || \
( cat $@; rm -f $@; $(FAILURE) $@ )