[Issue 4014] CodeView debug type info not linked in from library

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 12 13:35:24 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=4014



--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> 2012-09-12 13:35:43 PDT ---
I just don't like the idea of duplicating the symbolic debug info. In reading
this bug report, it seems the primary issue is that symdeb info is only
generated for the module with the .init data.

A better solution may be to have a module generated with only symdeb info for a
class, and a single global defined. Then, other modules can reference that
single global, thereby pulling in the symdeb data.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list