Merge pull request #72937 from apple/elsh/pkg-sil-verify

Add a package serialization bit to Module for SIL verifier in Package CMO mode.
This commit is contained in:
Ellie Shin
2024-04-22 12:44:28 -07:00
committed by GitHub
13 changed files with 304 additions and 54 deletions

View File

@@ -723,6 +723,7 @@ ModuleDecl::ModuleDecl(Identifier name, ASTContext &ctx,
Bits.ModuleDecl.ObjCNameLookupCachePopulated = 0;
Bits.ModuleDecl.HasCxxInteroperability = 0;
Bits.ModuleDecl.AllowNonResilientAccess = 0;
Bits.ModuleDecl.SerializePackageEnabled = 0;
}
void ModuleDecl::setIsSystemModule(bool flag) {