26e1ce7394
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# only-windows
|
|
# needs-rust-lld
|
|
|
|
include ../tools.mk
|
|
|
|
# Ensure that LLD can link
|
|
all:
|
|
$(RUSTC) -C linker=rust-lld foo.rs
|