mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 16:31:13 +00:00
Add stats output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6eaa46956a
commit
2560bd8cdb
@ -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) $@ )
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user