We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b685242 commit 17766c1Copy full SHA for 17766c1
src/test/run-make/issue-71519/Makefile
@@ -2,6 +2,7 @@ include ../../run-make-fulldeps/tools.mk
2
3
# ignore-msvc
4
# needs-rust-lld
5
+# ignore-s390x lld does not yet support s390x as target
6
all:
7
RUSTC_LOG=rustc_codegen_ssa::back::link=info $(RUSTC) -Z gcc-ld=lld -C link-args=-Wl,-v main.rs 2> $(TMPDIR)/output.txt
8
$(CGREP) -e "^LLD [0-9]+\.[0-9]+\.[0-9]+" < $(TMPDIR)/output.txt
0 commit comments