This is an archive of the discontinued LLVM Phabricator instance.

1/2: [nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration::AttributeSpec -> DWARFAttribute
ClosedPublic

Authored by jankratochvil on Mar 8 2021, 9:41 AM.

Details

Summary

This cleanup is not much clear but it saves some code duplication in the next patch D98195.
AttributeSpec does not contain values while DWARFAttribute already does. Therefore one no longer needs to pass uint64_t *OffsetPtr.

Diff Detail

Event Timeline

jankratochvil created this revision.Mar 8 2021, 9:41 AM
jankratochvil requested review of this revision.Mar 8 2021, 9:41 AM
dblaikie accepted this revision.Mar 8 2021, 1:57 PM

Looks good!

This revision is now accepted and ready to land.Mar 8 2021, 1:57 PM
This revision was landed with ongoing or failed builds.Mar 8 2021, 11:32 PM
This revision was automatically updated to reflect the committed changes.