forked from OSchip/llvm-project
[ELF] Clarify help wording for --symbol-ordering-file
The input file for this option should contain a list of symbols, not a list of sections, so explicitly refer to ordering symbols (but keep the reference to laying out sections, since that's how the option must operate). Referring to the file itself as the "symbol ordering file" is consistent with --warn-symbol-ordering and less ambiguous than "symbol file" (albeit slightly redundant). Differential Revision: https://reviews.llvm.org/D46099 llvm-svn: 331000
This commit is contained in:
parent
6e083f628a
commit
1b1f97ac60
|
@ -291,7 +291,7 @@ def strip_all: F<"strip-all">, HelpText<"Strip all symbols">;
|
|||
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">;
|
||||
|
||||
|
|
Loading…
Reference in New Issue