This is an archive of the discontinued LLVM Phabricator instance.

Use DWARFDataExtractor::getInitialLength in DWARFDebugAddr
ClosedPublic

Authored by labath on Mar 3 2020, 8:33 AM.

Diff Detail

Event Timeline

labath created this revision.Mar 3 2020, 8:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2020, 8:33 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
probinson accepted this revision.Mar 3 2020, 9:10 AM

LGTM aside from the possible clang-format nit.

llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
54

clang-format complains; is there an indentation issue here?

This revision is now accepted and ready to land.Mar 3 2020, 9:10 AM
labath updated this revision to Diff 247929.Mar 3 2020, 9:17 AM

fix formatting

This revision was automatically updated to reflect the committed changes.