forked from OSchip/llvm-project
parent
9a3284fb2f
commit
e2da17fb9e
|
@ -974,7 +974,7 @@ DIE *DwarfUnit::getOrCreateTypeDIE(const MDNode *TyNode) {
|
|||
if (GenerateDwarfTypeUnits && !Ty.isForwardDecl())
|
||||
if (MDString *TypeId = CTy.getIdentifier()) {
|
||||
DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy);
|
||||
// Skip updating the accellerator tables since this is not the full type
|
||||
// Skip updating the accelerator tables since this is not the full type.
|
||||
return TyDIE;
|
||||
}
|
||||
constructTypeDIE(*TyDIE, CTy);
|
||||
|
|
Loading…
Reference in New Issue