[PATCH] D44211: DWARFVerifier: Basic verification of .debug_names

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 07:18:39 PST 2018


labath marked 2 inline comments as done.
labath added a comment.

Thanks for the feedback. I'll upgrade the note/warning levels and commit.



================
Comment at: include/llvm/DebugInfo/DWARF/DWARFVerifier.h:241
+  /// This function currently checks that:
+  /// - Headers and abbreviation tables of individual fit into the section and
+  ///   can be parsed.
----------------
JDevlieghere wrote:
> individual `?`
individual name indices :)


Repository:
  rL LLVM

https://reviews.llvm.org/D44211





More information about the llvm-commits mailing list