This is an archive of the discontinued LLVM Phabricator instance.

[MCDwarf] Change emitListsTableHeaderStart to use a reference and fold Start/End symbols generation into it
ClosedPublic

Authored by MaskRay on Mar 3 2020, 1:59 PM.

Details

Diff Detail

Event Timeline

MaskRay created this revision.Mar 3 2020, 1:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2020, 1:59 PM
dblaikie accepted this revision.Mar 3 2020, 2:28 PM

Thanks! (fine to commit things like this without precommit review & just link to the commit in response to the previous post-review feedback)

This revision is now accepted and ready to land.Mar 3 2020, 2:28 PM
MaskRay updated this revision to Diff 248055.Mar 3 2020, 3:17 PM
MaskRay retitled this revision from [MCDwarf] Change the MCStreamer * parameter of emitListsTableHeaderStart to a reference. NFC to [MCDwarf] Change emitListsTableHeaderStart to use a reference and fold Start/End symbols generation into it.

Fold TableStart/TableEnd into emitListsTableHeaderStart()

MaskRay edited the summary of this revision. (Show Details)Mar 3 2020, 3:19 PM
dblaikie accepted this revision.Mar 3 2020, 4:04 PM

Looks good - thanks!

This revision was automatically updated to reflect the committed changes.