summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-20 04:14:19 +0000
committerChris Lattner <sabre@nondot.org>2002-12-20 04:14:19 +0000
commit84ea4c572cad5caf95ff7d0c1ff93c3322bba496 (patch)
treec25c3758f59f2d17d8f2cfa2f7a2f43cfcf719a4 /llvm
parent6e7c821dc01398f98605c11ae988ebb8a6abb198 (diff)
downloadbcm5719-llvm-84ea4c572cad5caf95ff7d0c1ff93c3322bba496.tar.gz
bcm5719-llvm-84ea4c572cad5caf95ff7d0c1ff93c3322bba496.zip
Add stats output
llvm-svn: 5110
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Jello/Makefile2
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) $@ )
OpenPOWER on IntegriCloud