Skip to content

Commit 3b536d0

Browse files
committed
Explain a bit better what --start-lib and --end-lib do.
llvm-svn: 270965
1 parent 688fade commit 3b536d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/ELF/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def enable_new_dtags : Flag<["--"], "enable-new-dtags">,
5454
HelpText<"Enable new dynamic tags">;
5555

5656
def end_lib : Flag<["--"], "end-lib">,
57-
HelpText<"End a library">;
57+
HelpText<"End a grouping of objects that should be treated as if they were together in an archive">;
5858

5959
def entry : Separate<["--", "-"], "entry">, MetaVarName<"<entry>">,
6060
HelpText<"Name of entry point symbol">;
@@ -139,7 +139,7 @@ def soname : Joined<["-"], "soname=">,
139139
HelpText<"Set DT_SONAME">;
140140

141141
def start_lib : Flag<["--"], "start-lib">,
142-
HelpText<"Start a library">;
142+
HelpText<"Start a grouping of objects that should be treated as if they were together in an archive">;
143143

144144
def strip_all : Flag<["--"], "strip-all">,
145145
HelpText<"Strip all symbols">;

0 commit comments

Comments
 (0)