[PATCH] D54939: [llvm-objcopy] Initial COFF support

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 00:36:10 PST 2018


mstorsjo updated this revision to Diff 178198.
mstorsjo added a comment.

A few minor cleanups and tweaks to the includes and file headers for the split Reader/Writer.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54939/new/

https://reviews.llvm.org/D54939

Files:
  include/llvm/Object/COFF.h
  lib/Object/COFFObjectFile.cpp
  test/tools/llvm-objcopy/COFF/Inputs/i386-exe.yaml
  test/tools/llvm-objcopy/COFF/Inputs/i386-obj.yaml
  test/tools/llvm-objcopy/COFF/Inputs/x86_64-exe.yaml
  test/tools/llvm-objcopy/COFF/Inputs/x86_64-obj.yaml
  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.h
  tools/llvm-objcopy/COFF/Reader.cpp
  tools/llvm-objcopy/COFF/Reader.h
  tools/llvm-objcopy/COFF/Writer.cpp
  tools/llvm-objcopy/COFF/Writer.h
  tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54939.178198.patch
Type: text/x-patch
Size: 56618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181214/a3c7bc90/attachment.bin>


More information about the llvm-commits mailing list