mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Allow users to opt-out of implicit Cxx import with -disable-implicit-cxx-module-import
This commit is contained in:
@@ -402,6 +402,9 @@ namespace swift {
|
||||
bool DisableImplicitBacktracingModuleImport =
|
||||
!SWIFT_IMPLICIT_BACKTRACING_IMPORT;
|
||||
|
||||
/// Disable the implicit import of the Cxx module.
|
||||
bool DisableImplicitCxxModuleImport = false;
|
||||
|
||||
// Whether to use checked continuations when making an async call from
|
||||
// Swift into ObjC. If false, will use unchecked continuations instead.
|
||||
bool UseCheckedAsyncObjCBridging = false;
|
||||
|
||||
Reference in New Issue
Block a user