[PATCH] D99698: [DWARF] Fix crash for DWARFDie::dump.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 19:57:40 PDT 2021


dblaikie added inline comments.


================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFDieManualExtractTest.cpp:68
+  // and not explore children.
+  Die.dump();
+}
----------------
Pass in a str_ostream or the like, and validate that the dump does what the comment above says (dumping only the current DIE and not any children)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99698



More information about the llvm-commits mailing list