Skip to content

Commit 9eb0ebe

Browse files
rayfixjrose-apple
authored andcommitted
Fix for SR-10550, Help for -target option (swiftlang#25311)
1 parent 1b198ea commit 9eb0ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ def resource_dir : Separate<["-"], "resource-dir">,
807807

808808
def target : Separate<["-"], "target">,
809809
Flags<[FrontendOption, ModuleWrapOption, ModuleInterfaceOption]>,
810-
HelpText<"Generate code for the given target">;
810+
HelpText<"Generate code for the given target <triple>, such as x86_64-apple-macos10.9">, MetaVarName<"<triple>">;
811811
def target_legacy_spelling : Joined<["--"], "target=">,
812812
Flags<[FrontendOption]>, Alias<target>;
813813

0 commit comments

Comments
 (0)