================ @@ -1590,6 +1590,13 @@ class ASTReader void ParseLineTable(ModuleFile &F, const RecordData &Record); llvm::Error ReadSourceManagerBlock(ModuleFile &F); SourceLocation getImportLocation(ModuleFile *F); + + /// If a relocation check happened, the optional holds a pointer to the + /// discovered Module. The second element determines whether to emit related + /// validation errors. ---------------- jansvoboda11 wrote:
Can you explain here what a relocation is? https://github.com/llvm/llvm-project/pull/181836 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
