[all-commits] [llvm/llvm-project] e60a76: [llvm-objcopy][MachO] Fix --add-section

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Thu Sep 24 01:51:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e60a760b7da970b6eeabc26faa9e065ec7cec1a8
      https://github.com/llvm/llvm-project/commit/e60a760b7da970b6eeabc26faa9e065ec7cec1a8
  Author: Alexander Shaposhnikov <alexshap at fb.com>
  Date:   2020-09-24 (Thu, 24 Sep 2020)

  Changed paths:
    A llvm/test/tools/llvm-objcopy/MachO/add-section-32.test
    A llvm/test/tools/llvm-objcopy/MachO/add-section-64.test
    A llvm/test/tools/llvm-objcopy/MachO/add-section-error.test
    R llvm/test/tools/llvm-objcopy/MachO/add-section.test
    M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
    M llvm/tools/llvm-objcopy/MachO/Object.cpp
    M llvm/tools/llvm-objcopy/MachO/Object.h

  Log Message:
  -----------
  [llvm-objcopy][MachO] Fix --add-section

This diff fixes --add-section functionality and simplifies the tests organization.

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D87497




More information about the All-commits mailing list