Skip to content

Commit 9bbf2a1

Browse files
committed
[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
1 parent cd4aab4 commit 9bbf2a1

File tree

7 files changed

+873
-8
lines changed

7 files changed

+873
-8
lines changed

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ multiple file formats.
100100
For ELF objects, remove from the output all symbols and non-alloc sections not
101101
within segments, except for .gnu.warning sections and the section name table.
102102

103-
For COFF objects, remove all symbols, debug sections, and relocations from the
104-
output.
103+
For COFF and Mach-O objects, remove all symbols, debug sections, and
104+
relocations from the output.
105105

106106
.. option:: --strip-debug, -g
107107

0 commit comments

Comments
 (0)