diff options
Diffstat (limited to 'llvm/tools/llvm-objcopy/CommonOpts.td')
-rw-r--r-- | llvm/tools/llvm-objcopy/CommonOpts.td | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/tools/llvm-objcopy/CommonOpts.td b/llvm/tools/llvm-objcopy/CommonOpts.td index ea3616589f5..6481d1d1df0 100644 --- a/llvm/tools/llvm-objcopy/CommonOpts.td +++ b/llvm/tools/llvm-objcopy/CommonOpts.td @@ -86,8 +86,9 @@ def keep_file_symbols : Flag<["--"], "keep-file-symbols">, def only_keep_debug : Flag<["--"], "only-keep-debug">, - HelpText<"Clear sections that would not be stripped by --strip-debug. " - "Currently only implemented for COFF.">; + HelpText< + "Produce a debug file as the output that only preserves contents of " + "sections useful for debugging purposes">; def discard_locals : Flag<["--"], "discard-locals">, HelpText<"Remove compiler-generated local symbols, (e.g. " |