mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
Remove comments on CU skeleton construction, they're probably
obvious. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d151389bd1
commit
01a5024ed2
@ -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…
x
Reference in New Issue
Block a user