mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Add rule for building shootout tests.
This commit is contained in:
parent
cbc31ea01e
commit
fc4338e584
@ -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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user