This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo]: Refactored Macinfo section consumption part to allow future macro section dumping.
ClosedPublic

Authored by SouraVX on Feb 24 2020, 2:44 AM.

Details

Summary

Summary: Previously macinfo infrastructure was using functions names that were ambiguous i.e getMacro/getMacroDWO in a sense of conveying stated intentions. This patch refactored them into more
reasonable getDebugMacinfo/getDebugMacinfoDWO names thus making room for macro implementation.

Diff Detail

Event Timeline

SouraVX created this revision.Feb 24 2020, 2:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2020, 2:44 AM
dblaikie accepted this revision.Feb 24 2020, 10:37 AM

Looks good - thanks!

This revision is now accepted and ready to land.Feb 24 2020, 10:37 AM
This revision was automatically updated to reflect the committed changes.