Revert r198851, "Prototype of skeleton type units for fission"

It caused undefined behavior. DwarfTypeUnit::Ty might not be initialized properly, I guess.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2014-01-09 13:08:00 +00:00
parent 3539d6d40c
commit adff827c6a
5 changed files with 22 additions and 67 deletions

View File

@ -596,10 +596,6 @@ class DwarfDebug : public AsmPrinterHandler {
/// section.
DwarfCompileUnit *constructSkeletonCU(const DwarfCompileUnit *CU);
/// \brief Construct the split debug info compile unit for the debug info
/// section.
DwarfTypeUnit *constructSkeletonTU(const DwarfTypeUnit *TU);
/// \brief Emit the debug info dwo section.
void emitDebugInfoDWO();