Skip to content

Commit

Permalink
[NFC][Clang] Add FIXME comment to the workaround for issue #89774
Browse files Browse the repository at this point in the history
  • Loading branch information
OCHyams committed Apr 30, 2024
1 parent 64248d7 commit f78949a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/lib/CodeGen/CGDebugInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,8 @@ llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
SourceLocation Loc = AliasDecl->getLocation();

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

0 comments on commit f78949a

Please sign in to comment.