[all-commits] [llvm/llvm-project] f2e85c: [llvm-objcopy][llvm-strip] Improve --discard-all d...

James Henderson via All-commits all-commits at lists.llvm.org
Thu Mar 4 02:33:52 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2e85c3101e34c602ac0342e51c335ac1cb0ae2a
      https://github.com/llvm/llvm-project/commit/f2e85c3101e34c602ac0342e51c335ac1cb0ae2a
  Author: James Henderson <james.henderson at sony.com>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

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

  Log Message:
  -----------
  [llvm-objcopy][llvm-strip] Improve --discard-all documentation and help

The help text and documentation for the --discard-all option failed to
mention that the option also causes the removal of debug sections. This
change fixes both for both llvm-objcopy and llvm-strip.

Reviewed by: MaskRay

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




More information about the All-commits mailing list