Skip to content

Commit

Permalink
ignore -Zgcc-ld=lld test on msvc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lqd committed Sep 7, 2022
1 parent c805c62 commit 318d0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-make/issue-71519/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 318d0eb

Please sign in to comment.