[all-commits] [llvm/llvm-project] df6949: [llvm-libtool-darwin] Refactor Slice and writeUniv...

Sameer Arora via All-commits all-commits at lists.llvm.org
Fri Jul 31 09:23:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df69492cdfa82ff6453c887cd45b3a5903b79afb
      https://github.com/llvm/llvm-project/commit/df69492cdfa82ff6453c887cd45b3a5903b79afb
  Author: Sameer Arora <sameerarora101 at fb.com>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    A llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/lib/Object/CMakeLists.txt
    A llvm/lib/Object/MachOUniversalWriter.cpp
    M llvm/tools/llvm-lipo/llvm-lipo.cpp

  Log Message:
  -----------
  [llvm-libtool-darwin] Refactor Slice and writeUniversalBinary

Refactoring `Slice` class and function `createUniversalBinary` from
`llvm-lipo` into  MachOUniversalWriter. This refactoring is necessary so
as to use the refactored code for creating universal binaries under
llvm-libtool-darwin.

Reviewed by alexshap, smeenai

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




More information about the All-commits mailing list