[PATCH] D46099: [ELF] Clarify help wording for --symbol-ordering-file
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 26 15:26:51 PDT 2018
smeenai updated this revision to Diff 144217.
smeenai added a comment.
Update with @grimar's suggestion
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46099
Files:
ELF/Options.td
Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ ELF/Options.td
@@ -291,7 +291,7 @@
def strip_debug: F<"strip-debug">, HelpText<"Strip debugging information">;
defm symbol_ordering_file: Eq<"symbol-ordering-file">,
- HelpText<"Layout sections in the order specified by symbol file">;
+ HelpText<"Layout sections to place symbols in the order specified by symbol ordering file">;
defm sysroot: Eq<"sysroot">, HelpText<"Set the system root">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46099.144217.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/3cb5d69f/attachment.bin>
More information about the llvm-commits
mailing list