================
@@ -4229,30 +4335,121 @@ llvm::Error ASTReader::ReadASTBlock(ModuleFile &F,
F.LocalNumSLocEntries = Record[0];
SourceLocation::UIntTy SLocSpaceSize = Record[1];
F.SLocEntryOffsetsBase = Record[2] + F.SourceManagerBlockStartOffset;
+ unsigned N = F.LocalNumSLocEntries;
----------------
ayokunle321 wrote:
Done.
https://github.com/llvm/llvm-project/pull/209795
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits