We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866d1c commit bebc502Copy full SHA for bebc502
tests/run-make/symbols-all-mangled/rmake.rs
@@ -1,4 +1,5 @@
1
// Check that all symbols in cdylibs, staticlibs and bins are mangled
2
+//@ only-elf some object file formats create multiple symbols for each function with different names
3
4
use run_make_support::object::read::{Object, ObjectSymbol};
5
use run_make_support::{bin_name, dynamic_lib_name, object, rfs, rustc, static_lib_name};
0 commit comments