Add stats output
authorChris Lattner <sabre@nondot.org>
Fri, 20 Dec 2002 04:14:19 +0000 (04:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Dec 2002 04:14:19 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5110 91177308-0d34-0410-b5e6-96231b3b80d8

test/Jello/Makefile

index e9c15a7b4eeeadd649f7b38a7e6e36222342fb00..eef9f914c85cef5933b3742cb9236fcdbcd072cb 100644 (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) $@ )