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

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Tue Oct 6 04:02:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 315970de1d7140fa689dbbe7482620f134e5d021
      https://github.com/llvm/llvm-project/commit/315970de1d7140fa689dbbe7482620f134e5d021
  Author: Alexander Shaposhnikov <alexshap at fb.com>
  Date:   2020-10-06 (Tue, 06 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.
This is a recommit of 32c8435ef70031 with the asan issue fixed.

Test plan: make check-all

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




More information about the All-commits mailing list