diff options
author | Rui Ueyama <ruiu@google.com> | 2018-05-31 13:00:38 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-05-31 13:00:38 +0000 |
commit | 312cca50d044dabb0a45914106849c2b1fa68704 (patch) | |
tree | 7c3671eda873c66e56b477a7f3dd618ac206deac | |
parent | f75ea0b99580f3ffc7473f6703890181ad231b83 (diff) | |
download | bcm5719-llvm-312cca50d044dabb0a45914106849c2b1fa68704.tar.gz bcm5719-llvm-312cca50d044dabb0a45914106849c2b1fa68704.zip |
Fix a wrong `ld.lld --help` message.
llvm-svn: 333647
-rw-r--r-- | lld/ELF/Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index c8a1260cfb0..653a219c2bf 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -96,7 +96,7 @@ def discard_locals: F<"discard-locals">, HelpText<"Delete temporary local symbols">; def discard_none: F<"discard-none">, - HelpText<"Keep all symbols in the symbol table (default)">; + HelpText<"Keep all symbols in the symbol table">; defm dynamic_linker: Eq<"dynamic-linker", "Which dynamic linker to use">; |