diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index ff2915f8bc..8ca72f9aaf 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 > $@ |