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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 23:28:05 PST 2018


This revision was automatically updated to reflect the committed changes.
mstorsjo marked an inline comment as done.
Closed by commit rL349605: [llvm-objcopy] Initial COFF support (authored by mstorsjo, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D54939?vs=178376&id=178838#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D54939

Files:
  llvm/trunk/include/llvm/Object/COFF.h
  llvm/trunk/lib/Object/COFFObjectFile.cpp
  llvm/trunk/test/tools/llvm-objcopy/COFF/Inputs/i386-exe.yaml
  llvm/trunk/test/tools/llvm-objcopy/COFF/Inputs/i386-obj.yaml
  llvm/trunk/test/tools/llvm-objcopy/COFF/Inputs/x86_64-exe.yaml
  llvm/trunk/test/tools/llvm-objcopy/COFF/Inputs/x86_64-obj.yaml
  llvm/trunk/test/tools/llvm-objcopy/COFF/basic-copy.test
  llvm/trunk/tools/llvm-objcopy/CMakeLists.txt
  llvm/trunk/tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  llvm/trunk/tools/llvm-objcopy/COFF/COFFObjcopy.h
  llvm/trunk/tools/llvm-objcopy/COFF/Object.h
  llvm/trunk/tools/llvm-objcopy/COFF/Reader.cpp
  llvm/trunk/tools/llvm-objcopy/COFF/Reader.h
  llvm/trunk/tools/llvm-objcopy/COFF/Writer.cpp
  llvm/trunk/tools/llvm-objcopy/COFF/Writer.h
  llvm/trunk/tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54939.178838.patch
Type: text/x-patch
Size: 60153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/8d8fb1c4/attachment.bin>


More information about the llvm-commits mailing list