forked from OSchip/llvm-project
[LLD] [ELF] Fix the help listing for the wrap option. NFC.
This option just takes a single symbol name per invocation of the option. Differential Revision: https://reviews.llvm.org/D89007
This commit is contained in:
parent
b581c5a42f
commit
1dbfd87319
|
@ -468,7 +468,7 @@ defm whole_archive: B<"whole-archive",
|
|||
"Do not force load of all members in a static library (default)">;
|
||||
|
||||
defm wrap: Eq<"wrap", "Use wrapper functions for symbol">,
|
||||
MetaVarName<"<symbol>=<symbol>">;
|
||||
MetaVarName<"<symbol>">;
|
||||
|
||||
def z: JoinedOrSeparate<["-"], "z">, MetaVarName<"<option>">,
|
||||
HelpText<"Linker option extensions">;
|
||||
|
|
Loading…
Reference in New Issue