diff options
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 |