From d5411f7664161a9845edc8b80f370327397e85fd Mon Sep 17 00:00:00 2001 From: Caiweiran Date: Fri, 18 Jul 2025 12:02:43 +0000 Subject: [PATCH] Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling --- tests/run-make/link-eh-frame-terminator/rmake.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-make/link-eh-frame-terminator/rmake.rs b/tests/run-make/link-eh-frame-terminator/rmake.rs index 6bfae386ea1ab..06b77f011ece0 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};