From 2560bd8cdb3d721a8e6ddf8663b4d402b22b3d07 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Dec 2002 04:14:19 +0000 Subject: [PATCH] Add stats output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5110 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Jello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jello/Makefile b/test/Jello/Makefile index e9c15a7b4ee..eef9f914c85 100644 --- a/test/Jello/Makefile +++ b/test/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) $@ )