[PATCH] D48344: [DWARF] Improved error reporting for range lists
Wolfgang Pieb via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 20 12:44:09 PDT 2018
wolfgangp marked an inline comment as done.
wolfgangp added inline comments.
================
Comment at: lib/DebugInfo/DWARF/DWARFUnit.cpp:417
+
+ return make_error<StringError>("Missing or invalid range list table",
+ inconvertibleErrorCode());
----------------
JDevlieghere wrote:
> Did you capitalize this on purpose or should it be lowercase like the other error messages? Same question below.
Thanks for finding this. Should have all been lowercase.
https://reviews.llvm.org/D48344
More information about the llvm-commits
mailing list