mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add an option to stage in substituted type lowering for function values
This commit is contained in:
@@ -274,6 +274,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalStaticAssert |=
|
||||
Args.hasArg(OPT_enable_experimental_static_assert);
|
||||
|
||||
Opts.EnableSubstSILFunctionTypesForFunctionValues |=
|
||||
Args.hasArg(OPT_enable_subst_sil_function_types_for_function_values);
|
||||
|
||||
Opts.EnableOperatorDesignatedTypes |=
|
||||
Args.hasArg(OPT_enable_operator_designated_types);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user