[all-commits] [llvm/llvm-project] 3bad96: [llvm-objcopy][docs] Add missing options to the he...

gbreynoo via All-commits all-commits at lists.llvm.org
Fri Sep 24 01:45:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bad9616aa52aa467e4f1fb5c00abac6acba8471
      https://github.com/llvm/llvm-project/commit/3bad9616aa52aa467e4f1fb5c00abac6acba8471
  Author: gbreynoo <Owen.Reynolds at sony.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/tools/llvm-objcopy/ObjcopyOpts.td

  Log Message:
  -----------
  [llvm-objcopy][docs] Add missing options to the help output and the command guide

This change is to keep the help text and command guide of objcopy in
tandem.

- In the help output the options --rename-section and
  --set-section-flags were missing the flag exclude, which is found in
  the command guide.
- In the command guide the alias -G for --keep-global-symbol was
    missing, which is found in the help output.

Differential Revision: https://reviews.llvm.org/D110340




More information about the All-commits mailing list