[PATCH] D44811: DWARF] DWARF v5: .debug_rnglists: adding support for DW_RLE_offset_pair and DW_RLE_base_address
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 22 16:37:32 PDT 2018
aprantl added inline comments.
================
Comment at: lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp:229
+ else {
+ assert(Entry.EntryKind == dwarf::DW_RLE_offset_pair &&
+ "Expected EntryKind to be DW_RLE_offset_pair");
----------------
Just to be safe: Is this an internal consistency check or should this be an error handler instead?
https://reviews.llvm.org/D44811
More information about the llvm-commits
mailing list