[PATCH] D51081: [DWARF v5] Refactoring range list dumping to fold DWARF v4 functionality into v5 handling (almost NFC).
Victor Leschuk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 26 22:37:45 PDT 2018
vleschuk added inline comments.
================
Comment at: lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp:86
+ return createStringError(
+ errc::invalid_argument,
+ "invalid range list entry at offset 0x%" PRIx32, *OffsetPtr);
----------------
vleschuk wrote:
> Maybe illegal_byte_sequence would be more suitable here?
Why is this marked as done?
https://reviews.llvm.org/D51081
More information about the llvm-commits
mailing list