Add stats output

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-12-20 04:14:19 +00:00
parent 6eaa46956a
commit 2560bd8cdb

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) $@ )