2 Commits

Author SHA1 Message Date
Chandler Carruth
68e4016eed Update new files added to llvm-objcopy to use the new file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353666 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-11 08:25:19 +00:00
Alexander Shaposhnikov
49db1b9235 [llvm-objcopy] Add ability to copy MachO object files
This diff implements first bits for copying (without modification) MachO object files.

Test plan: make check-all

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352944 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-02 00:38:07 +00:00