Had used the wrong option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-07-31 21:52:28 +00:00
parent 769939dbde
commit cf8a5f899b

View File

@ -29,4 +29,4 @@ clean :
%.mc: %.bc
@echo "Generating machine instructions for $<"
@llc -dselect i $< > $@
@llc -dselect y $< > $@