This is an archive of the discontinued LLVM Phabricator instance.

Skip generating this[:1] map info for non-member variable.
ClosedPublic

Authored by jyu2 on Feb 22 2023, 10:25 PM.

Details

Summary

This fix runtime problem due to generate this[:1] map info for non member variable.

To fix this check VD, if VD is not null, it is not member from current or base classes.

Diff Detail

Event Timeline

jyu2 created this revision.Feb 22 2023, 10:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2023, 10:25 PM
jyu2 requested review of this revision.Feb 22 2023, 10:25 PM
This revision is now accepted and ready to land.Feb 23 2023, 5:56 AM
This revision was automatically updated to reflect the committed changes.