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)
commit7cbf58af15ec656bd885cddec1349759870601b7
tree5028bece64b70c2fe6837f60b442cddd8e69a81e
parent853c2435b69b5348120d458da46973f0130c767c
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... ).

llvm-svn: 221055
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h