From bc11830c6a67025186d39fd9de6e49b3b570e2bd Mon Sep 17 00:00:00 2001 From: Seiya Nuta Date: Fri, 15 Nov 2019 12:37:55 +0900 Subject: [llvm-objcopy][MachO] Implement --remove-section Reviewers: alexshap, rupprecht, jhenderson Reviewed By: rupprecht, jhenderson Subscribers: jakehehrlich, abrachet, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66282 --- llvm/docs/CommandGuide/llvm-objcopy.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/docs/CommandGuide') 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, ``
`` must be formatted as + ``,
``. + .. option:: --set-section-alignment
= Set the alignment of section ``
`` to ```. Can be specified -- cgit v1.2.3