[all-commits] [llvm/llvm-project] d20c60: [Object][MachO] Refactor MachOUniversalWriter
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Sat Oct 3 14:34:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d20c602aad7cc7d116df3bf8c17c533ef361ee61
https://github.com/llvm/llvm-project/commit/d20c602aad7cc7d116df3bf8c17c533ef361ee61
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2020-10-03 (Sat, 03 Oct 2020)
Changed paths:
M llvm/include/llvm/Object/MachOUniversalWriter.h
M llvm/lib/Object/MachOUniversalWriter.cpp
Log Message:
-----------
[Object][MachO] Refactor MachOUniversalWriter
This diff refactors writeUniversalBinary and adds writeUniversalBinaryToBuffer.
This is a preparation for adding support for universal binaries to llvm-objcopy.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D88372
More information about the All-commits
mailing list