Rollup merge of #144108 - CaiWeiran:run-make_test, r=jieyouxu

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

The test tests/run-make/link-eh-frame-terminator/rmake.rs fails to link when cross-compiling. Therefore, it should be ignored in cross-compilation environments.
See [commit a27bdea](a27bdea4b7) and [commit 2beccc4](2beccc4d8e) for reference.
This commit is contained in:
Matthias Krüger 2025-07-19 08:55:37 +02:00 committed by GitHub
commit ae77628a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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