forked from OSchip/llvm-project
parent
6e7c821dc0
commit
84ea4c572c
|
@ -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…
Reference in New Issue