[PATCH] D26567: Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 17:43:20 PST 2016


clayborg added a comment.

I had incorrectly placed DW_FORM_strp in the "always 4 bytes" column in a previous fix and didn't think about that when I submitted this patch as I had this patch already done at the same time as the previous patch. This is now fixed in this revision.


https://reviews.llvm.org/D26567





More information about the llvm-commits mailing list