OSDN Git Service

Verifier: Mark orphaned DICompileUnits as a debug info failure.
authorAdrian Prantl <aprantl@apple.com>
Wed, 14 Sep 2016 17:30:37 +0000 (17:30 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 14 Sep 2016 17:30:37 +0000 (17:30 +0000)
commit50aa9109c611755c1f00ed958292b67dc95c358e
tree0ba8bbe25a6337dad9e0d8703dc881f093d87c49
parentb1a710d5f0b253ab28e42c9e2edcf77602c0147d
Verifier: Mark orphaned DICompileUnits as a debug info failure.
This is a follow-up to r268778 that adds a couple of missing cases,
most notably orphaned compile units.

rdar://problem/28193346

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp
unittests/IR/VerifierTest.cpp