diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 2 | ||||
-rw-r--r-- | llvm/docs/CommandGuide/llvm-strip.rst | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 065811c782b..04721170f50 100644 --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -123,7 +123,7 @@ multiple file formats. .. option:: --strip-unneeded Remove from the output all local or undefined symbols that are not required by - relocations. + relocations. Also remove all debug sections. .. option:: --version, -V diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst index fb1d5a133fc..a4f497ae0e7 100644 --- a/llvm/docs/CommandGuide/llvm-strip.rst +++ b/llvm/docs/CommandGuide/llvm-strip.rst @@ -97,7 +97,8 @@ multiple file formats. .. option:: --strip-unneeded - Remove all local or undefined symbols that are not required by relocations. + Remove from the output all local or undefined symbols that are not required by + relocations. Also remove all debug sections. .. option:: --version, -V |