mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add a temporary flag to stage in back-deployment of concurrency.
Add a frontend-only flag `-enable-experimental-back-deploy-concurrency` to be used to stage in the back deployment of concurrency. At present, all it does is lower the availability minimums for use of concurrency features.
This commit is contained in:
@@ -422,6 +422,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalConcurrency |=
|
||||
Args.hasArg(OPT_enable_experimental_concurrency);
|
||||
|
||||
Opts.EnableExperimentalBackDeployConcurrency |=
|
||||
Args.hasArg(OPT_enable_experimental_back_deploy_concurrency);
|
||||
|
||||
Opts.EnableExperimentalNamedOpaqueTypes |=
|
||||
Args.hasArg(OPT_enable_experimental_named_opaque_types);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user