From 8619841f0586d14eb8daeba3bbee483a99ad3421 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 14 Apr 2026 10:57:46 +0200 Subject: [PATCH] limit duplicate-profiler-builtins test to targets that can do dynamic linking --- tests/run-make/duplicate-profiler-builtins/rmake.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-make/duplicate-profiler-builtins/rmake.rs b/tests/run-make/duplicate-profiler-builtins/rmake.rs index 2dc53d0ee59d..1566bc667076 100644 --- a/tests/run-make/duplicate-profiler-builtins/rmake.rs +++ b/tests/run-make/duplicate-profiler-builtins/rmake.rs @@ -2,6 +2,7 @@ // together without getting an error about duplicate profiler_builtins. //@ needs-profiler-runtime +//@ needs-dynamic-linking use run_make_support::{dynamic_lib_name, rustc};