From: Chris Lattner Date: Sun, 9 Sep 2001 21:58:36 +0000 (+0000) Subject: Rerun backend tests if as or llc is changed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f1ce146c36c4712d471c3fb50089f9fcc0dde28a;p=oota-llvm.git 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 --- diff --git a/test/Makefile b/test/Makefile index ff2915f8bc5..8ca72f9aaf4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,7 +35,7 @@ clean : %.bc: %.ll $(AS) $< -f -%.mc: %.ll +%.mc: %.ll $(LLC) $(AS) @echo "Generating machine instructions for $<" $(AS) < $< | $(LLC) -dsched=t > $@