Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/swift/Option/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def use_ld : Joined<["-"], "use-ld=">,
Flags<[DoesNotAffectIncrementalBuild]>,
HelpText<"Specifies the flavor of the linker to be used">;

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

Expand Down