diff options
-rw-r--r-- | llvm/test/Regression/Jello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Jello/Makefile b/llvm/test/Regression/Jello/Makefile index e9c15a7b4ee..eef9f914c85 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) $@ ) |