[DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have children.
authorAlexey Lapshin <a.v.lapshin@mail.ru>
Tue, 10 Dec 2019 10:00:19 +0000 (13:00 +0300)
committerAlexey Lapshin <a.v.lapshin@mail.ru>
Thu, 12 Dec 2019 07:59:10 +0000 (10:59 +0300)
commit71aaebc82468c8982b6d80bb35cbafed6dea91cc
tree339e1f09b27e6a23483ee3ae0808bbd1a8f966f1
parentf8ff3bf55b26673ff3f3857fd17031ea27478ebe
[DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have children.

  That patch adds checking into DWARFVerifier that the Skeleton
compilation unit does not have children.

Differential Revision: https://reviews.llvm.org/D71244
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/test/DebugInfo/X86/skeleton-unit-verify.s [new file with mode: 0644]