1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Had used the wrong option.

llvm-svn: 339
This commit is contained in:
Vikram S. Adve 2001-07-31 21:52:28 +00:00
parent d5c5e27191
commit 6744f75d62

View File

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