mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #75589 from swiftlang/egorzhdan/linux-libcxx-interop
[cxx-interop] Allow compiling with libc++ on Linux
This commit is contained in:
@@ -725,6 +725,7 @@ ModuleDecl::ModuleDecl(Identifier name, ASTContext &ctx,
|
||||
Bits.ModuleDecl.IsConcurrencyChecked = 0;
|
||||
Bits.ModuleDecl.ObjCNameLookupCachePopulated = 0;
|
||||
Bits.ModuleDecl.HasCxxInteroperability = 0;
|
||||
Bits.ModuleDecl.CXXStdlibKind = 0;
|
||||
Bits.ModuleDecl.AllowNonResilientAccess = 0;
|
||||
Bits.ModuleDecl.SerializePackageEnabled = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user