[PATCH] D58442: llvm-dwarfinfo add support to decode DW_OP_convert
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 13:58:48 PST 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/DebugInfo/DWARF/DWARFExpression.cpp:304
+ if (!Die || Die.getTag() != dwarf::DW_TAG_base_type) {
+ Error = true;
+ return false;
----------------
It would be nice to bubble up a more specific error message.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58442/new/
https://reviews.llvm.org/D58442
More information about the llvm-commits
mailing list