forked from OSchip/llvm-project
Remove comments on CU skeleton construction, they're probably
obvious. llvm-svn: 198361
This commit is contained in:
parent
1d429f2ee0
commit
94932438d4
|
@ -825,10 +825,6 @@ DwarfCompileUnit *DwarfDebug::constructDwarfCompileUnit(DICompileUnit DIUnit) {
|
|||
if (useSplitDwarf()) {
|
||||
NewCU->initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection(),
|
||||
DwarfInfoDWOSectionSym);
|
||||
// If we're splitting the dwarf then construct the skeleton CU now
|
||||
// since we'll need to be able to reference the symbols in the skeleton
|
||||
// CU during various emission passes - in particular aranges need
|
||||
// to reference the skeleton CU.
|
||||
NewCU->setSkeleton(constructSkeletonCU(NewCU));
|
||||
} else
|
||||
NewCU->initSection(Asm->getObjFileLowering().getDwarfInfoSection(),
|
||||
|
|
Loading…
Reference in New Issue