forked from OSchip/llvm-project
parent
8cf7777267
commit
9afe4d03b2
|
|
@ -16,8 +16,8 @@ Output/%.tbc: %.ll $(LAS) Output/.dir
|
||||||
$(LAS) -d -f $< -o $@ > /dev/null 2>&1 || \
|
$(LAS) -d -f $< -o $@ > /dev/null 2>&1 || \
|
||||||
( rm -f $@; $(FAILURE) $@ )
|
( rm -f $@; $(FAILURE) $@ )
|
||||||
|
|
||||||
all:: $(addprefix Output/, $(FTESTS:%.llx=%.ll.out))
|
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
|
||||||
|
|
||||||
Output/%.ll.out: %.llx Output/.dir $(LAS)
|
Output/%.llx.out: %.llx Output/.dir $(LAS)
|
||||||
-$(TESTRUNR) $<
|
-$(TESTRUNR) $<
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue