This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Simplify DwarfDebug::emitMacro
ClosedPublic

Authored by dstenb on Jul 10 2020, 7:16 AM.

Details

Summary

Broken out from a review comment on D82975. This is an NFC expect for
that the Macinfo macro string is now emitted using a single emitBytes()
invocation, so it can be done using a single string directive.

Diff Detail

Event Timeline

dstenb created this revision.Jul 10 2020, 7:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2020, 7:16 AM
dblaikie accepted this revision.Jul 10 2020, 11:57 PM

Looks good, thanks!

This revision is now accepted and ready to land.Jul 10 2020, 11:57 PM
This revision was landed with ongoing or failed builds.Aug 11 2020, 8:00 AM
This revision was automatically updated to reflect the committed changes.