Skip to content

Commit

Permalink
Driver: -L= belongs to the linker option group
Browse files Browse the repository at this point in the history
rdar://70300892
  • Loading branch information
nkcsgexi committed Oct 14, 2020
1 parent 804459d commit 29093b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swift/Option/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def framework : Separate<["-"], "framework">, Group<linker_option_Group>,
def L : JoinedOrSeparate<["-"], "L">, Group<linker_option_Group>,
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
HelpText<"Add directory to library link search path">;
def L_EQ : Joined<["-"], "L=">,
def L_EQ : Joined<["-"], "L=">, Group<linker_option_Group>,
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
Alias<L>;

Expand Down

0 comments on commit 29093b1

Please sign in to comment.