mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'main' into 'rebranch'
This commit is contained in:
@@ -322,6 +322,8 @@ bool ArgsToFrontendOptionsConverter::convert(
|
||||
|
||||
Opts.SkipNonExportableDecls |=
|
||||
Args.hasArg(OPT_experimental_skip_non_exportable_decls);
|
||||
// FIXME: Remove this with rdar://117020997
|
||||
Opts.SkipNonExportableDecls |= Args.hasArg(OPT_experimental_lazy_typecheck);
|
||||
Opts.DebugPrefixSerializedDebuggingOptions |=
|
||||
Args.hasArg(OPT_prefix_serialized_debugging_options);
|
||||
Opts.EnableSourceImport |= Args.hasArg(OPT_enable_source_import);
|
||||
|
||||
Reference in New Issue
Block a user