diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-03-06 13:13:55 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-03-17 14:08:10 +0000 |
| commit | bebc5026b109bf5522185ae8bd1c3f0cbabe6acd (patch) | |
| tree | 9c47fd83921d7253303d00d8eb3b04621e32f305 | |
| parent | 3866d1c30c0ca1a92dfb106d0b0f51250f951be9 (diff) | |
| download | rust-bebc5026b109bf5522185ae8bd1c3f0cbabe6acd.tar.gz rust-bebc5026b109bf5522185ae8bd1c3f0cbabe6acd.zip | |
Only run symbols-all-mangled test on ELF targets
| -rw-r--r-- | tests/run-make/symbols-all-mangled/rmake.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/symbols-all-mangled/rmake.rs b/tests/run-make/symbols-all-mangled/rmake.rs index 244f68e511b..81f2678e55c 100644 --- a/tests/run-make/symbols-all-mangled/rmake.rs +++ b/tests/run-make/symbols-all-mangled/rmake.rs @@ -1,4 +1,5 @@ // Check that all symbols in cdylibs, staticlibs and bins are mangled +//@ only-elf some object file formats create multiple symbols for each function with different names use run_make_support::object::read::{Object, ObjectSymbol}; use run_make_support::{bin_name, dynamic_lib_name, object, rfs, rustc, static_lib_name}; |
