projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eaa469
)
Add stats output
author
Chris Lattner
<sabre@nondot.org>
Fri, 20 Dec 2002 04:14:19 +0000
(
04:14
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Jello/Makefile
b/test/Jello/Makefile
index e9c15a7b4eeeadd649f7b38a7e6e36222342fb00..eef9f914c85cef5933b3742cb9236fcdbcd072cb 100644
(file)
--- 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) $@ )