Skip to content

Commit 49a38f7

Browse files
committed
Mark --ld-path as HelpHidden
1 parent b628852 commit 49a38f7

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
@@ -893,7 +893,7 @@ def use_ld : Joined<["-"], "use-ld=">,
893893
HelpText<"Specifies the flavor of the linker to be used">;
894894

895895
def ld_path : Joined<["--"], "ld-path=">,
896-
Flags<[DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
896+
Flags<[HelpHidden, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
897897
HelpText<"Specifies the path to the linker to be used">;
898898

899899
def Xlinker : Separate<["-"], "Xlinker">,

0 commit comments

Comments
 (0)