Sink DwarfUnit::Skeleton down into DwarfCompileUnit
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 18:18:07 +0000 (18:18 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 18:18:07 +0000 (18:18 +0000)
commit4e35ac1b48558c17ec98f49607173d651f9e4fb1
treea038d5074028393e595645bd7aa7b7fd8713a5ea
parent20dc67702180b43dcda1c858042647cce5745952
Sink DwarfUnit::Skeleton down into DwarfCompileUnit

Type units no longer have skeletons and it's misleading to be able to
query for a type unit's skeleton (it might incorrectly lead one to
conclude that if a unit doesn't have a skeleton it's not in a .dwo
file... ).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221055 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h