shared static this not invoked on almalinux 8.5, all is well on fedora 35
kinke
noone at nowhere.com
Thu Jun 9 15:30:33 UTC 2022
On Thursday, 9 June 2022 at 12:25:01 UTC, ichneumwn wrote:
> Would you have a pointer to information about "DSO
> registration" in ldc / D in general?
For LDC, it's now almost entirely a druntime thing, the compiler
just implicitly links in some prebuilt object file when linking
an executable or shared lib against shared druntime. See
https://github.com/ldc-developers/druntime/blob/ldc/src/rt/dso.d
(and the mess of a `sections_elf_shared.d`).
More information about the digitalmars-d-ldc
mailing list