Rerun backend tests if as or llc is changed

llvm-svn: 518
This commit is contained in:
Chris Lattner 2001-09-09 21:58:36 +00:00
parent 0223c60bf0
commit 8cc2749e2a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ clean :
%.bc: %.ll
$(AS) $< -f
%.mc: %.ll
%.mc: %.ll $(LLC) $(AS)
@echo "Generating machine instructions for $<"
$(AS) < $< | $(LLC) -dsched=t > $@