From aad04c97e869260991e31e6bec06772cdf19f5be Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Thu, 18 Oct 2001 00:22:14 +0000 Subject: Generate assembly code for testcodegen. llvm-svn: 866 --- llvm/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm') diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 2dd1423005c..f1e18e49456 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -43,9 +43,9 @@ clean : %.bc: %.ll $(AS) $< -f -%.mc: %.ll $(LLC) $(AS) +%.mc: %.bc $(LLC) $(AS) @echo "Generating machine instructions for $<" - $(AS) < $< | $(LLC) $(LLCOPTS) > $@ + $(LLC) $(LLCOPTS) $< > $@ %.s: %.ll $(LLC) $(AS) $(AS) < $< | $(LLC) > $@ -- cgit v1.2.3