diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile index ff2915f8bc5..8ca72f9aaf4 100644 --- a/llvm/test/Makefile +++ b/llvm/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 > $@ |

