[all-commits] [llvm/llvm-project] e44632: [llvm-objcopy][ELF] Allow setting SHF_EXCLUDE flag...

Sergey Dmitriev via All-commits all-commits at lists.llvm.org
Mon Jan 20 19:28:08 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e446322f73fe6a6cb54057b5100880d5bc23bf2e
      https://github.com/llvm/llvm-project/commit/e446322f73fe6a6cb54057b5100880d5bc23bf2e
  Author: Sergey Dmitriev <serguei.n.dmitriev at intel.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/test/tools/llvm-objcopy/ELF/rename-section-flag-osproc-mask.test
    M llvm/test/tools/llvm-objcopy/ELF/rename-section-flag-preserved.test
    M llvm/test/tools/llvm-objcopy/ELF/rename-section-flag.test
    M llvm/test/tools/llvm-objcopy/ELF/set-section-flags.test
    M llvm/tools/llvm-objcopy/CopyConfig.cpp
    M llvm/tools/llvm-objcopy/CopyConfig.h
    M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp

  Log Message:
  -----------
  [llvm-objcopy][ELF] Allow setting SHF_EXCLUDE flag for ELF sections

Summary: This patch adds support for setting SHF_EXCLUDE flag for ELF sections.

Reviewers: jhenderson, grimar, MaskRay, mstorsjo, espindola, alexshap, rupprecht

Reviewed By: jhenderson, MaskRay

Subscribers: emaste, abrachet, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list