This is an archive of the discontinued LLVM Phabricator instance.

llvm-dwarfdump: fix the counting when printing DW_OP_entry_value
ClosedPublic

Authored by aprantl on Feb 10 2021, 5:35 PM.

Details

Summary

The block size is in bytes, and not number of operands.

Diff Detail

Event Timeline

aprantl created this revision.Feb 10 2021, 5:35 PM
aprantl requested review of this revision.Feb 10 2021, 5:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2021, 5:35 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
JDevlieghere accepted this revision.Feb 10 2021, 5:43 PM

Nice catch!

This revision is now accepted and ready to land.Feb 10 2021, 5:43 PM

cool, thanks!