[all-commits] [llvm/llvm-project] 32c843: [llvm-objcopy][MachO] Add support for universal bi...

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Mon Oct 5 10:45:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 32c8435ef70031d7bd3dce48e41bdce65747e123
      https://github.com/llvm/llvm-project/commit/32c8435ef70031d7bd3dce48e41bdce65747e123
  Author: Alexander Shaposhnikov <alexshap at fb.com>
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
    M llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/lib/Object/MachOUniversalWriter.cpp
    M llvm/test/tools/llvm-objcopy/MachO/strip-all.test
    A llvm/test/tools/llvm-objcopy/MachO/universal-object.test
    M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
    M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.h
    M llvm/tools/llvm-objcopy/llvm-objcopy.cpp
    A llvm/tools/llvm-objcopy/llvm-objcopy.h

  Log Message:
  -----------
  [llvm-objcopy][MachO] Add support for universal binaries

This diff adds support for universal binaries to llvm-objcopy.

Test plan: make check-all

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




More information about the All-commits mailing list