[PATCH] D73107: [llvm-objcopy][COFF] Add support for --set-section-flags
Sergey Dmitriev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 03:40:11 PST 2020
sdmitriev marked 7 inline comments as done.
sdmitriev added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-objcopy.rst:409
.. option:: --set-section-flags <section>=<flag>[,<flag>,...]
----------------
jhenderson wrote:
> This is still under the "ELF-specific Options" section...
Right. I did not realize that there is a dedicated ELF-specific section. I have added --set-section-flags option description to the COFF-specific section.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73107/new/
https://reviews.llvm.org/D73107
More information about the llvm-commits
mailing list