Skip to content

Commit 43a795b

Browse files
authored
Merge pull request #34309 from nkcsgexi/70300892
Driver: -L= belongs to the linker option group
2 parents 7bc019e + 29093b1 commit 43a795b

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
@@ -672,7 +672,7 @@ def framework : Separate<["-"], "framework">, Group<linker_option_Group>,
672672
def L : JoinedOrSeparate<["-"], "L">, Group<linker_option_Group>,
673673
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
674674
HelpText<"Add directory to library link search path">;
675-
def L_EQ : Joined<["-"], "L=">,
675+
def L_EQ : Joined<["-"], "L=">, Group<linker_option_Group>,
676676
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
677677
Alias<L>;
678678

0 commit comments

Comments
 (0)