[Issue 23343] ImportC: functions declared with asm label to set symbol name gets extra underscore prepended
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 23 09:10:42 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23343
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
The _ prefix is added by obj_mangle2():
https://github.com/dlang/dmd/blob/master/compiler/src/dmd/backend/machobj.d#L2174
--
More information about the Digitalmars-d-bugs
mailing list