mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# only-windows
|
|
# needs-rust-lld
|
|
|
|
include ../../run-make-fulldeps/tools.mk
|
|
|
|
# Ensure that LLD can link
|
|
all:
|
|
$(RUSTC) -C linker=rust-lld foo.rs
|