Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling

This commit is contained in:
Caiweiran 2025-07-18 12:02:43 +00:00
parent 9c3064e131
commit d5411f7664

View file

@ -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};