about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2022-12-06 18:43:19 +0100
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2022-12-06 18:43:19 +0100
commit17766c1636dcf27278601b5e154dbc300376e378 (patch)
treed1774d4169715d1df880950921890f14d1b66e7d
parentb6852428a8ea9728369b64b9964cad8e258403d3 (diff)
downloadrust-17766c1636dcf27278601b5e154dbc300376e378.tar.gz
rust-17766c1636dcf27278601b5e154dbc300376e378.zip
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.
-rw-r--r--src/test/run-make/issue-71519/Makefile1
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 16d9a56e6bf..57497f52053 100644
--- a/src/test/run-make/issue-71519/Makefile
+++ b/src/test/run-make/issue-71519/Makefile
@@ -2,6 +2,7 @@ include ../../run-make-fulldeps/tools.mk
 
 # ignore-msvc
 # needs-rust-lld
+# ignore-s390x lld does not yet support s390x as target
 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
 	$(CGREP) -e "^LLD [0-9]+\.[0-9]+\.[0-9]+" < $(TMPDIR)/output.txt