diff options
-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">; |