Add rule for building shootout tests.

This commit is contained in:
Graydon Hoare 2010-07-08 21:56:03 -07:00
parent cbc31ea01e
commit fc4338e584
1 changed files with 4 additions and 0 deletions

View File

@ -625,6 +625,10 @@ test/run-pass/%.x86$(CFG_EXE_SUFFIX): test/run-pass/%.rc $(REQ)
@$(call CFG_ECHO, compile [x86]: $<)
$(BOOT) -o $@ $<
test/bench/shootout/%.x86$(CFG_EXE_SUFFIX): test/bench/shootout/%.rs $(REQ)
@$(call CFG_ECHO, compile [x86]: $<)
$(BOOT) -o $@ $<
%.s: %.bc
@$(call CFG_ECHO, compile [llvm]: $<)
$(CFG_QUIET)llc $(CFG_LLC_CFLAGS) -o $@ $<