forked from OSchip/llvm-project
Rerun backend tests if as or llc is changed
llvm-svn: 518
This commit is contained in:
parent
0223c60bf0
commit
8cc2749e2a
|
@ -35,7 +35,7 @@ clean :
|
|||
%.bc: %.ll
|
||||
$(AS) $< -f
|
||||
|
||||
%.mc: %.ll
|
||||
%.mc: %.ll $(LLC) $(AS)
|
||||
@echo "Generating machine instructions for $<"
|
||||
$(AS) < $< | $(LLC) -dsched=t > $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue