diff options
author | Seiya Nuta <nuta@seiya.me> | 2019-10-31 13:51:11 +0900 |
---|---|---|
committer | Seiya Nuta <nuta@seiya.me> | 2019-10-31 14:26:46 +0900 |
commit | 9bbf2a15442e16dbccbbfacaed66d931116f8f31 (patch) | |
tree | 8aecb3e7b1947e7a1cb353919938fa9286a18e37 /llvm/docs/CommandGuide | |
parent | cd4aab4a8ac43dd661f132fd940bc80828788fda (diff) | |
download | bcm5719-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.rst | 4 |
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 |