This is an archive of the discontinued LLVM Phabricator instance.

Fix ConstantAggregateBuilderBase::getRelativeOffset
ClosedPublic

Authored by aschwaighofer on Jun 15 2020, 10:33 AM.

Details

Summary

If a record has a mix of relative pointers and other fields they
wouldn't necessarily be the same.

Fallout from D77592.

rdar://64309883

Diff Detail

Event Timeline

aschwaighofer created this revision.Jun 15 2020, 10:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2020, 10:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rjmccall accepted this revision.Jun 15 2020, 11:31 AM
This revision is now accepted and ready to land.Jun 15 2020, 11:31 AM
This revision was automatically updated to reflect the committed changes.