@@ -532,7 +532,7 @@ def package_name : Separate<["-"], "package-name">,
532
532
Flags<[FrontendOption, ModuleInterfaceOptionIgnorablePrivate]>,
533
533
HelpText<"Name of the package the module belongs to">;
534
534
def export_as : Separate<["-"], "export-as">,
535
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable ]>,
535
+ Flags<[FrontendOption, ModuleInterfaceOption ]>,
536
536
HelpText<"Module name to use when referenced in clients module interfaces">;
537
537
538
538
def emit_module : Flag<["-"], "emit-module">,
@@ -762,7 +762,7 @@ def disable_actor_data_race_checks :
762
762
HelpText<"Disable runtime checks for actor data races">;
763
763
764
764
def enable_bare_slash_regex : Flag<["-"], "enable-bare-slash-regex">,
765
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable ]>,
765
+ Flags<[FrontendOption, ModuleInterfaceOption ]>,
766
766
HelpText<"Enable the use of forward slash regular-expression literal syntax">;
767
767
768
768
def warn_implicit_overrides :
@@ -794,11 +794,11 @@ def strict_concurrency : Joined<["-"], "strict-concurrency=">,
794
794
795
795
def enable_experimental_feature :
796
796
Separate<["-"], "enable-experimental-feature">,
797
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable ]>,
797
+ Flags<[FrontendOption, ModuleInterfaceOption ]>,
798
798
HelpText<"Enable an experimental feature">;
799
799
800
800
def enable_upcoming_feature : Separate<["-"], "enable-upcoming-feature">,
801
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable ]>,
801
+ Flags<[FrontendOption, ModuleInterfaceOption ]>,
802
802
HelpText<"Enable a feature that will be introduced in an upcoming language "
803
803
"version">;
804
804
@@ -1286,7 +1286,7 @@ def explain_module_dependency : Separate<["-"], "explain-module-dependency">,
1286
1286
HelpText<"Emit remark/notes describing why compilaiton may depend on a module with a given name.">;
1287
1287
1288
1288
def min_inlining_target_version : Separate<["-"], "target-min-inlining-version">,
1289
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable ]>,
1289
+ Flags<[FrontendOption, ModuleInterfaceOption ]>,
1290
1290
HelpText<"Require inlinable code with no '@available' attribute to back-deploy "
1291
1291
"to this version of the '-target' OS">;
1292
1292
@@ -1405,12 +1405,12 @@ def working_directory_EQ : Joined<["-"], "working-directory=">,
1405
1405
Alias<working_directory>;
1406
1406
1407
1407
def user_module_version : Separate<["-"], "user-module-version">,
1408
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable , NewDriverOnlyOption]>,
1408
+ Flags<[FrontendOption, ModuleInterfaceOption , NewDriverOnlyOption]>,
1409
1409
HelpText<"Module version specified from Swift module authors">,
1410
1410
MetaVarName<"<vers>">;
1411
1411
1412
1412
def allowable_client : Separate<["-"], "allowable-client">,
1413
- Flags<[FrontendOption, ModuleInterfaceOptionIgnorable , NewDriverOnlyOption]>,
1413
+ Flags<[FrontendOption, ModuleInterfaceOption , NewDriverOnlyOption]>,
1414
1414
HelpText<"Module names that are allowed to import this module">,
1415
1415
MetaVarName<"<vers>">;
1416
1416
// VFS
0 commit comments