[PATCH] D67097: [DWARF] Check for format mismatch between CU and Range List Table.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 26 20:05:02 PST 2019


ikudrin added a comment.

Actually, I've discovered that we parse range list table headers for every unit, including type units, even if they do not reference them. Thus, this patch creates more problems than solves; it should be postponed until we make extracting range list tables lazy and do it only for compilation units which actually reference the tables.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67097/new/

https://reviews.llvm.org/D67097





More information about the llvm-commits mailing list