mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2151,8 +2151,7 @@ void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU,
|
||||
NewTU.setTypeSignature(Signature);
|
||||
|
||||
if (useSplitDwarf())
|
||||
NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection(),
|
||||
DwarfTypesDWOSectionSym);
|
||||
NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection());
|
||||
else {
|
||||
CU.applyStmtList(UnitDie);
|
||||
NewTU.initSection(
|
||||
|
Reference in New Issue
Block a user