[Issue 19503] lld: Native PDB Error: The entry already exists.  The specified module already exists
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Dec 19 22:50:07 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19503
kinke at gmx.net changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke at gmx.net
--- Comment #1 from kinke at gmx.net ---
The PDB issue is likely fixed with a recent LLD version; the 7z archive of
v2.084.0-beta.1 still ships with v5.0.1, although
https://github.com/dlang/installer/pull/351 was merged 1.5 months ago (upgrade
to v7.0, the first LLD version considered production-ready for Windows
targets).
As to NOLOGO, that's rather strange; it's supposed to be an LLD flag
(`-L=/NOLOGO` in DMD command line). The error seems to indicate that the DMD
command line (issued by dub) is the problem, not DMD itself. So running dub
with `-v` to output the command lines would probably shed some light on this.
--
    
    
More information about the Digitalmars-d-bugs
mailing list