mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user