Skip to content

Commit bebc502

Browse files
committed
Only run symbols-all-mangled test on ELF targets
1 parent 3866d1c commit bebc502

File tree

1 file changed

+1
-0
lines changed
  • tests/run-make/symbols-all-mangled

1 file changed

+1
-0
lines changed

tests/run-make/symbols-all-mangled/rmake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// 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
23

34
use run_make_support::object::read::{Object, ObjectSymbol};
45
use run_make_support::{bin_name, dynamic_lib_name, object, rfs, rustc, static_lib_name};

0 commit comments

Comments
 (0)