Skip to content

Commit c44326e

Browse files
authored
Rollup merge of #105385 - uweigand:s390x-test-lld, r=Mark-Simulacrum
Skip test on s390x as LLD does not support the platform test/run-make/issue-71519 requires use of lld as linker, but lld does not currently support the s390x architecture.
2 parents 856027a + 17766c1 commit c44326e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-make/issue-71519/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include ../../run-make-fulldeps/tools.mk
22

33
# ignore-msvc
44
# needs-rust-lld
5+
# ignore-s390x lld does not yet support s390x as target
56
all:
67
RUSTC_LOG=rustc_codegen_ssa::back::link=info $(RUSTC) -Z gcc-ld=lld -C link-args=-Wl,-v main.rs 2> $(TMPDIR)/output.txt
78
$(CGREP) -e "^LLD [0-9]+\.[0-9]+\.[0-9]+" < $(TMPDIR)/output.txt

0 commit comments

Comments
 (0)