about summary refs log tree commit diff
path: root/tests/ui/linking
diff options
context:
space:
mode:
authorusamoi <usamoi@outlook.com>2025-07-14 16:41:42 +0800
committerusamoi <usamoi@outlook.com>2025-07-17 14:54:52 +0800
commit5bb6b9db300870f436e8a45ffbe11efa41e44cad (patch)
tree03f4be76f63cfcdb15ef4185d30911dacd6c15bc /tests/ui/linking
parentf58accb8f370a0a9e89548f2d890bd09ede3e613 (diff)
downloadrust-5bb6b9db300870f436e8a45ffbe11efa41e44cad.tar.gz
rust-5bb6b9db300870f436e8a45ffbe11efa41e44cad.zip
remove no_gc_sections
Diffstat (limited to 'tests/ui/linking')
-rw-r--r--tests/ui/linking/export-executable-symbols.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/linking/export-executable-symbols.rs b/tests/ui/linking/export-executable-symbols.rs
index edaf312f192..2bff58ca38a 100644
--- a/tests/ui/linking/export-executable-symbols.rs
+++ b/tests/ui/linking/export-executable-symbols.rs
@@ -1,6 +1,7 @@
 //@ run-pass
 //@ compile-flags: -Ctarget-feature=-crt-static -Zexport-executable-symbols
 //@ ignore-wasm
+//@ ignore-cross-compile
 //@ edition: 2024
 
 // Regression test for <https://github.com/rust-lang/rust/issues/101610>.