diff --git a/test/Makefile b/test/Makefile index d5c8a7272f3..4934e414e3b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -29,4 +29,4 @@ clean : %.mc: %.bc @echo "Generating machine instructions for $<" - @llc -dselect i $< > $@ + @llc -dselect y $< > $@