This adds the size to forward declared class DITypes, if the size is known.
Fixes an issue where we determine whether to emit fragments based on the
type size, so fragments would sometimes be incorrectly emitted if there
was no size.
Differential D87062
[DebugInfo] Add size to class declarations in debug info. akhuang on Sep 2 2020, 3:42 PM. Authored by
Details This adds the size to forward declared class DITypes, if the size is known. Fixes an issue where we determine whether to emit fragments based on the
Diff Detail
Event Timeline
|
When is a definition not a complete definition? (sounds like a line from Alice in Wonderland... but I'm genuinely curious/not sure I understand)