diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2022-09-06 23:39:37 +0200 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2022-09-07 14:51:54 +0200 |
| commit | 318d0eba8b5ffc02651ae40738e4276c1f4cf950 (patch) | |
| tree | 89fc4c19459f9def469ee69c29f2519d0ba7eb5e | |
| parent | c805c62562e2d19116e8a4099c498276ae08aebf (diff) | |
| download | rust-318d0eba8b5ffc02651ae40738e4276c1f4cf950.tar.gz rust-318d0eba8b5ffc02651ae40738e4276c1f4cf950.zip | |
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.
| -rw-r--r-- | src/test/run-make/issue-71519/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-make/issue-71519/Makefile b/src/test/run-make/issue-71519/Makefile index 4475649ca92..16d9a56e6bf 100644 --- a/src/test/run-make/issue-71519/Makefile +++ b/src/test/run-make/issue-71519/Makefile @@ -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 |
