From bebc5026b109bf5522185ae8bd1c3f0cbabe6acd Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:13:55 +0000 Subject: [PATCH] Only run symbols-all-mangled test on ELF targets --- tests/run-make/symbols-all-mangled/rmake.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-make/symbols-all-mangled/rmake.rs b/tests/run-make/symbols-all-mangled/rmake.rs index 244f68e511b3..81f2678e55cd 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};