================ @@ -1827,6 +1833,12 @@ void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { void ASTDeclWriter::VisitVarTemplateSpecializationDecl( VarTemplateSpecializationDecl *D) { + // FIXME: We need to load the "logical" first declaration before writing + // the Redeclarable part. But it may be too expensive to load all the + // specializations. Maybe we can find a way to load the "logical" first + // declaration only. Or we should try to solve this on the reader side. ---------------- ChuanqiXu9 wrote:
Yeah, but I tried to find the root cause : ) https://github.com/llvm/llvm-project/pull/83237 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits