Skip to content

Commit f2cfe83

Browse files
committed
[Driver] Align definition of the emit-module-separately flag with the driver's
1 parent 1f1aa3e commit f2cfe83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Option/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ def experimental_cxx_stdlib :
581581

582582
def experimental_emit_module_separately:
583583
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)">;
584+
Flags<[NoInteractiveOption, HelpHidden]>,
585+
HelpText<"Emit module files as a distinct job (new Driver only)">;
586586

587587
// Diagnostic control options
588588
def suppress_warnings : Flag<["-"], "suppress-warnings">,

0 commit comments

Comments
 (0)