[PATCH] D37481: [DebugInfo] Verify that sibling and children fall in parent range.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 10:09:24 PDT 2017


clayborg added a comment.

I tend to use the DWARF generator to create a super minimal DWARF file, then obj2yaml that. It tends to be really short and ok for adding as a test. The DWARF generator only exists in the gtest for the DWARF, but you can add a new gtest, generate the DWARF, then remove the gtest.


Repository:
  rL LLVM

https://reviews.llvm.org/D37481





More information about the llvm-commits mailing list