[PATCH] D67097: [DWARF] Check for format mismatch between CU and Range List Table.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 10:40:11 PDT 2019
probinson added a comment.
FTR, I have also been thinking that perhaps the dumper should be more tolerant of this kind of thing, attempting to report more of what is present rather than throwing a hissy fit when things aren't perfect. But I'm just noting that for the record. What this patch does is consistent with how the rest of lib/DebugInfo/DWARF behaves, and revisiting that behavior is well beyond the scope of this patch.
As I said above, the patch so far is fine with me, with the one open question about reporting the referencing unit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67097/new/
https://reviews.llvm.org/D67097
More information about the llvm-commits
mailing list