dmd demangling

Adam D. Ruppe destructionator at gmail.com
Thu Nov 22 06:56:49 PST 2012


On Thursday, 22 November 2012 at 06:36:48 UTC, Nathan M. Swan 
wrote:
> (I'm working on automatic demangling for linker error messages)

BTW did you see this post from a few days ago?

http://forum.dlang.org/thread/vvkckjmvyfdtxqdqxtnv@forum.dlang.org#post-rdjerzfmfcpfxrpcujmx:40forum.dlang.org

It's possible to do that automatic demangling now without 
modifying dmd. Instead of calling the linker, we call a helper 
script that runs linker | demangle. dmd.conf can be used to 
change the linker command.


More information about the Digitalmars-d mailing list