forked from OSchip/llvm-project
parent
d622cb8e9d
commit
80c608f4ce
|
@ -15,9 +15,9 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to))
|
|||
|
||||
|
||||
Output/%.to: Output/%.c
|
||||
$(CC) -c $< -o $@ #|| \
|
||||
$(CC) -c $< -o $@ || \
|
||||
(rm -f $@; $(FAILURE) $@ )
|
||||
|
||||
Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
|
||||
$(LAS) < $< | $(LDIS) -c > $@ #|| \
|
||||
$(LAS) < $< | $(LDIS) -c > $@ || \
|
||||
(rm -f $@; $(FAILURE) $@ )
|
||||
|
|
Loading…
Reference in New Issue