[all-commits] [llvm/llvm-project] 913bc3: [llvm-objcopy][MachO] Add support for LC_CODE_SIGN...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Jun 15 19:32:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 913bc312b5516f0c7113fe14ea90097587ac5ca5
https://github.com/llvm/llvm-project/commit/913bc312b5516f0c7113fe14ea90097587ac5ca5
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
A llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test
M llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
M llvm/tools/llvm-objcopy/MachO/MachOReader.cpp
M llvm/tools/llvm-objcopy/MachO/MachOReader.h
M llvm/tools/llvm-objcopy/MachO/MachOWriter.cpp
M llvm/tools/llvm-objcopy/MachO/MachOWriter.h
M llvm/tools/llvm-objcopy/MachO/Object.h
Log Message:
-----------
[llvm-objcopy][MachO] Add support for LC_CODE_SIGNATURE
This diff adds support for copying binaries
containing a LC_CODE_SIGNATURE load command.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D81768
More information about the All-commits
mailing list