diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 9d7cab99e75..689ebb7549f 100644 --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -107,6 +107,9 @@ multiple file formats. Remove the specified section from the output. Can be specified multiple times to remove multiple sections simultaneously. + For MachO objects, ``<section>`` must be formatted as + ``<segment name>,<section name>``. + .. option:: --set-section-alignment <section>=<align> Set the alignment of section ``<section>`` to `<align>``. Can be specified |

