https://issues.dlang.org/show_bug.cgi?id=24427
--- Comment #12 from Richard Cattermole <[email protected]> --- Okay, ldc and dmd have differing implementations of ``rt.sections_elf_shared``. With ldc yes, you need to stick with only shared library build of druntime, it cannot be mixed. >From what I can tell it's an ordering problem due to not explicitly loading then unloading druntime in the right order. --
