[Issue 23179] Unicode in symbol names in DLLs breaks MSVC linker
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 12 16:13:09 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23179
kinke <kinke at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kinke at gmx.net
--- Comment #1 from kinke <kinke at gmx.net> ---
To be clear, we're talking about linker directives (cmdline option strings)
embedded in COFF object files. LDC uses UTF8 encoding for these (IIRC), and
those do work with the LLD linker, but don't with the MS linker. So I *guess*
the MS linker expects some other encoding.
--
More information about the Digitalmars-d-bugs
mailing list