Skip to content

Commit 4143d93

Browse files
committed
Fix enable-cond-fail-message-annotation option's help text
1 parent 815c3e8 commit 4143d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,10 +1176,10 @@ def disable_arm64_corocc : Flag<["-"], "disable-arm64-corocc">,
11761176
HelpText<"Don't use swiftcorocc for yield_once_2 routines on arm64 variants.">;
11771177

11781178
def enable_cond_fail_message_annotation : Flag<["-"], "enable-cond-fail-message-annotation">,
1179-
HelpText<"Enable large loadable types register to memory pass">;
1179+
HelpText<"Enable cond_fail message annotation. Will serialize a .o.yaml file per .o file.">;
11801180

11811181
def disable_cond_fail_message_annotation : Flag<["-"], "dissable-cond-fail-message-annotation">,
1182-
HelpText<"Disable large loadable types register to memory pass">;
1182+
HelpText<"Disable cond_fail message annotation.">;
11831183

11841184
let Flags = [FrontendOption, NoDriverOption, HelpHidden, ModuleInterfaceOptionIgnorable] in {
11851185
def enable_pack_metadata_stack_promotion :

0 commit comments

Comments
 (0)