[PATCH] D89007: [LLD] [ELF] Fix the help listing for the wrap option. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 14:17:44 PDT 2020
mstorsjo created this revision.
mstorsjo added reviewers: MaskRay, grimar.
Herald added subscribers: dang, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
mstorsjo requested review of this revision.
This option just takes a single symbol name per invocation of the option.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89007
Files:
lld/ELF/Options.td
Index: lld/ELF/Options.td
===================================================================
--- lld/ELF/Options.td
+++ lld/ELF/Options.td
@@ -468,7 +468,7 @@
"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">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89007.296789.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/dd2359aa/attachment.bin>
More information about the llvm-commits
mailing list