[PATCH] D67546: [docs][llvm-objcopy][llvm-strip] Improve --strip-unneeded description

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 06:25:42 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371855: [docs][llvm-objcopy][llvm-strip] Improve --strip-unneeded description (authored by jhenderson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67546?vs=220079&id=220089#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67546/new/

https://reviews.llvm.org/D67546

Files:
  llvm/trunk/docs/CommandGuide/llvm-objcopy.rst
  llvm/trunk/docs/CommandGuide/llvm-strip.rst


Index: llvm/trunk/docs/CommandGuide/llvm-objcopy.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-objcopy.rst
+++ llvm/trunk/docs/CommandGuide/llvm-objcopy.rst
@@ -123,7 +123,7 @@
 .. 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
 
Index: llvm/trunk/docs/CommandGuide/llvm-strip.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-strip.rst
+++ llvm/trunk/docs/CommandGuide/llvm-strip.rst
@@ -97,7 +97,8 @@
 
 .. 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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67546.220089.patch
Type: text/x-patch
Size: 951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/dd68cf95/attachment-0001.bin>


More information about the llvm-commits mailing list