mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user