This is an archive of the discontinued LLVM Phabricator instance.

Add dwarfdump support for DW_OP_regval_type
ClosedPublic

Authored by aprantl on Jan 28 2020, 5:26 PM.

Diff Detail

Event Timeline

aprantl created this revision.Jan 28 2020, 5:26 PM
Herald added a project: Restricted Project. · View Herald Transcript
JDevlieghere accepted this revision.Jan 28 2020, 8:16 PM
JDevlieghere added inline comments.
llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
194

assert(Operand < 2)

This revision is now accepted and ready to land.Jan 28 2020, 8:16 PM
This revision was automatically updated to reflect the committed changes.