[PATCH] D54939: [RFC] [llvm-objcopy] Initial COFF support
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 27 05:36:01 PST 2018
mstorsjo updated this revision to Diff 175462.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.
Removed the changes that do actual transformations on the binary. Still using hardcoded input files, as it will take a while to sort out what exact differences are produced if going via yaml (I ran into one yaml2obj bug so far), will look more into that later.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54939/new/
https://reviews.llvm.org/D54939
Files:
include/llvm/Object/COFF.h
test/tools/llvm-objcopy/COFF/Inputs/i386-big.o
test/tools/llvm-objcopy/COFF/Inputs/i386.exe
test/tools/llvm-objcopy/COFF/Inputs/i386.o
test/tools/llvm-objcopy/COFF/Inputs/x86_64-big.o
test/tools/llvm-objcopy/COFF/Inputs/x86_64.exe
test/tools/llvm-objcopy/COFF/Inputs/x86_64.o
test/tools/llvm-objcopy/COFF/basic-copy.test
tools/llvm-objcopy/CMakeLists.txt
tools/llvm-objcopy/COFF/COFFObjcopy.cpp
tools/llvm-objcopy/COFF/COFFObjcopy.h
tools/llvm-objcopy/COFF/Object.cpp
tools/llvm-objcopy/COFF/Object.h
tools/llvm-objcopy/llvm-objcopy.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54939.175462.patch
Type: text/x-patch
Size: 22112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181127/062af7d0/attachment.bin>
More information about the llvm-commits
mailing list