Rerun backend tests if as or llc is changed

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-09-09 21:58:36 +00:00
parent e4ca607ab0
commit f1ce146c36

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 > $@