1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[docs][llvm-objcopy][llvm-strip] Improve --strip-unneeded description

Behaviour was recently added to this switch to strip debug sections too.
See r369761.

This change also makes the description for the --strip-unneeded switch
consistent between the two docs.

Reviewed by: MaskRay

Differential Revision: https://reviews.llvm.org/D67546

llvm-svn: 371855
This commit is contained in:
James Henderson 2019-09-13 13:26:52 +00:00
parent c19d943856
commit 11f18d5eba
2 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,7 @@ multiple file formats.
.. option:: --strip-unneeded .. option:: --strip-unneeded
Remove from the output all local or undefined symbols that are not required by Remove from the output all local or undefined symbols that are not required by
relocations. relocations. Also remove all debug sections.
.. option:: --version, -V .. option:: --version, -V

View File

@ -97,7 +97,8 @@ multiple file formats.
.. option:: --strip-unneeded .. 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 .. option:: --version, -V