[PATCH] D54674: [llvm-objcopy] First bits for MachO
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 19 02:05:16 PST 2018
alexshap updated this revision to Diff 178849.
alexshap added a comment.
Address comments + rename some files for consistency with coff. @lhames , @jakehehrlich - if you find a minute to have a look at this new version - that will be wonderful, many thanks in advance
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54674/new/
https://reviews.llvm.org/D54674
Files:
test/tools/llvm-objcopy/MachO/Inputs/macho.32.s
test/tools/llvm-objcopy/MachO/Inputs/macho.64.s
test/tools/llvm-objcopy/MachO/basic-big-endian-32-copy.test
test/tools/llvm-objcopy/MachO/basic-big-endian-64-copy.test
test/tools/llvm-objcopy/MachO/basic-little-endian-32-copy.test
test/tools/llvm-objcopy/MachO/basic-little-endian-64-copy.test
test/tools/llvm-objcopy/MachO/real-world-input-copy.test
tools/llvm-objcopy/CMakeLists.txt
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
tools/llvm-objcopy/MachO/MachOObjcopy.h
tools/llvm-objcopy/MachO/Object.h
tools/llvm-objcopy/MachO/Reader.cpp
tools/llvm-objcopy/MachO/Reader.h
tools/llvm-objcopy/MachO/Writer.cpp
tools/llvm-objcopy/MachO/Writer.h
tools/llvm-objcopy/llvm-objcopy.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54674.178849.patch
Type: text/x-patch
Size: 55137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/40f665e6/attachment.bin>
More information about the llvm-commits
mailing list