[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:28:24 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL331000: [ELF] Clarify help wording for --symbol-ordering-file (authored by smeenai, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D46099

Files:
  lld/trunk/ELF/Options.td


Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/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.144218.patch
Type: text/x-patch
Size: 546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/5ddc1600/attachment.bin>


More information about the llvm-commits mailing list