mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename flag to ‘module-interface-preserve-types-as-written’
This commit is contained in:
@@ -201,8 +201,8 @@ static void ParseParseableInterfaceArgs(ParseableInterfaceOptions &Opts,
|
||||
ArgList &Args) {
|
||||
using namespace options;
|
||||
|
||||
Opts.PreserveTypesAsWrittenInModuleInterface |=
|
||||
Args.hasArg(OPT_preserve_types_as_written_in_module_interface);
|
||||
Opts.PreserveTypesAsWritten |=
|
||||
Args.hasArg(OPT_module_interface_preserve_types_as_written);
|
||||
}
|
||||
|
||||
/// Save a copy of any flags marked as ModuleInterfaceOption, if running
|
||||
|
||||
Reference in New Issue
Block a user