summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorSeiya Nuta <nuta@seiya.me>2019-10-31 13:51:11 +0900
committerSeiya Nuta <nuta@seiya.me>2019-10-31 14:26:46 +0900
commit9bbf2a15442e16dbccbbfacaed66d931116f8f31 (patch)
tree8aecb3e7b1947e7a1cb353919938fa9286a18e37 /llvm/docs/CommandGuide
parentcd4aab4a8ac43dd661f132fd940bc80828788fda (diff)
downloadbcm5719-llvm-9bbf2a15442e16dbccbbfacaed66d931116f8f31.tar.gz
bcm5719-llvm-9bbf2a15442e16dbccbbfacaed66d931116f8f31.zip
[llvm-objcopy][MachO] Implement --strip-all
Reviewers: alexshap, rupprecht, jdoerfert, jhenderson Reviewed By: alexshap Subscribers: jakehehrlich, abrachet, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66281
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-objcopy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index 063300ad60e..3848e88fb85 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -100,8 +100,8 @@ multiple file formats.
For ELF objects, remove from the output all symbols and non-alloc sections not
within segments, except for .gnu.warning sections and the section name table.
- For COFF objects, remove all symbols, debug sections, and relocations from the
- output.
+ For COFF and Mach-O objects, remove all symbols, debug sections, and
+ relocations from the output.
.. option:: --strip-debug, -g
OpenPOWER on IntegriCloud