2.063 merge

Jacob Carlborg doob at me.com
Sat Jun 15 08:11:49 PDT 2013


On 2013-06-13 00:08, David Nadlinger wrote:

> If each LLVM module we generate would be emitted as an object file, this
> would be easy to resolve: Just emit _minfo_beg/_minfo_end and a
> constructor calling _d_dso_registry in module-level inline asm.
>
> Still not quite clean on how to get this to work with IR-level linking…

If the bracketing symbols is causing problems what about iterating the 
segments and sections until you find the section with the module info data?

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list