[PATCH] D71244: [DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have children.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 02:32:26 PST 2019


avl created this revision.
avl added reviewers: dblaikie, probinson, aprantl.
avl added projects: debug-info, LLVM.
Herald added a subscriber: hiraditya.

  That patch adds checking into DWARFVerifier that the Skeleton

compilation unit does not have children. It also switches default
state for -fsplit-dwarf-inlining option into "false". So that default
behavior does not violate the requirement for Skeleton compilation unit.


https://reviews.llvm.org/D71244

Files:
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/split-debug.c
  llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
  llvm/test/DebugInfo/skeleton-unit-verify.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71244.233024.patch
Type: text/x-patch
Size: 6130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191210/49bc47f3/attachment-0001.bin>


More information about the llvm-commits mailing list