Skip to content

Commit 6548580

Browse files
authored
Legacy Driver: Make --ld-path option consistently use single dash (#68541)
1 parent 4c470c3 commit 6548580

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
@@ -905,7 +905,7 @@ def use_ld : Joined<["-"], "use-ld=">,
905905
Flags<[DoesNotAffectIncrementalBuild]>,
906906
HelpText<"Specifies the flavor of the linker to be used">;
907907

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

0 commit comments

Comments
 (0)