diff --git a/llvm/test/Regression/Jello/Makefile b/llvm/test/Regression/Jello/Makefile index e9c15a7b4eee..eef9f914c85c 100644 --- a/llvm/test/Regression/Jello/Makefile +++ b/llvm/test/Regression/Jello/Makefile @@ -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) $@ )