We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1aa3e commit f2cfe83Copy full SHA for f2cfe83
include/swift/Option/Options.td
@@ -581,8 +581,8 @@ def experimental_cxx_stdlib :
581
582
def experimental_emit_module_separately:
583
Flag<["-"], "experimental-emit-module-separately">,
584
- Flags<[FrontendOption, NoInteractiveOption, HelpHidden]>,
585
- HelpText<"Schedule a swift module emission job instead of a merge-modules job (new Driver only)">;
+ Flags<[NoInteractiveOption, HelpHidden]>,
+ HelpText<"Emit module files as a distinct job (new Driver only)">;
586
587
// Diagnostic control options
588
def suppress_warnings : Flag<["-"], "suppress-warnings">,
0 commit comments