[all-commits] [llvm/llvm-project] cdd407: [llvm-objcopy] [COFF] Consider section flags when ...

alfonsosanchezbeato via All-commits all-commits at lists.llvm.org
Wed Aug 25 13:12:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdd407286a9652ec62b33f437a298754fe3ba7ab
      https://github.com/llvm/llvm-project/commit/cdd407286a9652ec62b33f437a298754fe3ba7ab
  Author: Alfonso Sánchez-Beato <alfonso.sanchez-beato at canonical.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    A llvm/test/tools/llvm-objcopy/COFF/add-section-and-set-flags.test
    M llvm/tools/llvm-objcopy/COFF/COFFObjcopy.cpp

  Log Message:
  -----------
  [llvm-objcopy] [COFF] Consider section flags when adding section

The --set-section-flags option was being ignored when adding a new
section. Take it into account if present.

Fixes https://llvm.org/PR51244

Reviewed By: jhenderson, MaskRay

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




More information about the All-commits mailing list