Skip to content

Commit f78949a

Browse files
committed
[NFC][Clang] Add FIXME comment to the workaround for issue #89774
1 parent 64248d7 commit f78949a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@ llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
13731373
SourceLocation Loc = AliasDecl->getLocation();
13741374

13751375
if (CGM.getCodeGenOpts().DebugTemplateAlias &&
1376+
// FIXME: This is a workaround for the issue
1377+
// https://github.com/llvm/llvm-project/issues/89774
13761378
// The TemplateSpecializationType doesn't contain any instantiation
13771379
// information; dependent template arguments can't be resolved. For now,
13781380
// fall back to DW_TAG_typedefs for template aliases that are

0 commit comments

Comments
 (0)