ignore -Zgcc-ld=lld test on msvc

now that CI correctly detects rust-lld in run-make tests, we ignore this
test since it relies on `-Zgcc-ld=lld` which is not made to work on the
windows-msvc targets: it requires a gcc flavor.
This commit is contained in:
Rémy Rakic 2022-09-06 23:39:37 +02:00
parent c805c62562
commit 318d0eba8b

View file

@ -1,5 +1,6 @@
include ../../run-make-fulldeps/tools.mk
# ignore-msvc
# needs-rust-lld
all:
RUSTC_LOG=rustc_codegen_ssa::back::link=info $(RUSTC) -Z gcc-ld=lld -C link-args=-Wl,-v main.rs 2> $(TMPDIR)/output.txt