about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaiweiran <cai.weiran.zte.com.cn>2025-07-18 12:02:43 +0000
committerCaiweiran <cai.weiran.zte.com.cn>2025-07-18 12:02:43 +0000
commitd5411f7664161a9845edc8b80f370327397e85fd (patch)
tree7eb1ff36d74bd8899825df33bf23b4cc1f9d3cb4
parent9c3064e131f4939cc95a29bb11413c49bbda1491 (diff)
downloadrust-d5411f7664161a9845edc8b80f370327397e85fd.tar.gz
rust-d5411f7664161a9845edc8b80f370327397e85fd.zip
Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling
-rw-r--r--tests/run-make/link-eh-frame-terminator/rmake.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/link-eh-frame-terminator/rmake.rs b/tests/run-make/link-eh-frame-terminator/rmake.rs
index 6bfae386ea1..06b77f011ec 100644
--- a/tests/run-make/link-eh-frame-terminator/rmake.rs
+++ b/tests/run-make/link-eh-frame-terminator/rmake.rs
@@ -9,6 +9,7 @@
 //@ ignore-32bit
 // Reason: the usage of a large array in the test causes an out-of-memory
 // error on 32 bit systems.
+//@ ignore-cross-compile
 
 use run_make_support::{bin_name, llvm_objdump, run, rustc};