mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Add a fixme here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adfc1ef14a
commit
44625f91c5
@ -838,6 +838,7 @@ void CompileUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) {
|
|||||||
addUInt(&Buffer, dwarf::DW_AT_APPLE_objc_complete_type,
|
addUInt(&Buffer, dwarf::DW_AT_APPLE_objc_complete_type,
|
||||||
dwarf::DW_FORM_flag, 1);
|
dwarf::DW_FORM_flag, 1);
|
||||||
|
|
||||||
|
// FIXME: a structure type can have template params too.
|
||||||
if (Tag == dwarf::DW_TAG_class_type)
|
if (Tag == dwarf::DW_TAG_class_type)
|
||||||
addTemplateParams(Buffer, CTy.getTemplateParams());
|
addTemplateParams(Buffer, CTy.getTemplateParams());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user