Skip to content

Commit 732fcf3

Browse files
committed
Init
1 parent fe36334 commit 732fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ void DwarfUnit::constructTypeDIE(DIE &Buffer, const DICompositeType *CTy) {
11091109
constructMemberDIE(Buffer, DDTy);
11101110
}
11111111
} else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) {
1112-
DIE &ElemDie = createAndAddDIE(Property->getTag(), Buffer);
1112+
DIE &ElemDie = createAndAddDIE(Property->getTag(), Buffer, Property);
11131113
StringRef PropertyName = Property->getName();
11141114
addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName);
11151115
if (Property->getType())

0 commit comments

Comments
 (0)