Rerun backend tests if as or llc is changed
authorChris Lattner <sabre@nondot.org>
Sun, 9 Sep 2001 21:58:36 +0000 (21:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Sep 2001 21:58:36 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@518 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index ff2915f8bc5b72f09b5dade266f92781e25c3c83..8ca72f9aaf4d1f34576ced3c9ac9eb663b32d329 100644 (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 > $@