This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Add types from constructor homing to the retained types list.
ClosedPublic

Authored by akhuang on Sep 29 2020, 4:23 PM.

Details

Summary

Add class types to the retained types list to make sure they
don't get dropped if the constructor is optimized out later.

Diff Detail

Event Timeline

akhuang created this revision.Sep 29 2020, 4:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2020, 4:23 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
akhuang requested review of this revision.Sep 29 2020, 4:23 PM
dblaikie accepted this revision.Sep 29 2020, 4:33 PM

Looks good - thanks!

This revision is now accepted and ready to land.Sep 29 2020, 4:33 PM