[PATCH] D88048: [dwarfdump] Add verifier check to find DIEs with DW_CHILDREN_yes but without children.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 14:41:05 PDT 2020


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, dblaikie, probinson, jhenderson.
Herald added subscribers: cmtice, hiraditya.
Herald added a project: LLVM.
JDevlieghere requested review of this revision.
Herald added subscribers: sstefan1, ormris, MaskRay.
Herald added a reviewer: jdoerfert.

Flag DIEs that have DW_CHILDREN_yes set in their abbreviation but don't actually have any children.


https://reviews.llvm.org/D88048

Files:
  llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
  llvm/test/tools/llvm-dwarfdump/X86/no-children.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88048.293257.patch
Type: text/x-patch
Size: 11274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/d29c9112/attachment-0001.bin>


More information about the llvm-commits mailing list