We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.ctors
1 parent d060859 commit 7daf0e6Copy full SHA for 7daf0e6
src/tools/miri/src/shims/ctor.rs
@@ -52,7 +52,7 @@ impl<'tcx> GlobalCtorState<'tcx> {
52
53
// Read the standard `.init_array` section on platforms that use ELF, or WASM,
54
// which supports the same linker directive.
55
- // FIXME: Add support for `.init_array.N`.
+ // FIXME: Add support for `.init_array.N` and `.ctors`?
56
BinaryFormat::Elf | BinaryFormat::Wasm =>
57
this.lookup_link_section(|section| section == ".init_array")?,
58
0 commit comments