[PATCH] D63843: [Object][XCOFF] Add support for 64-bit file header and section header dumping.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 11:09:04 PDT 2019


This revision was automatically updated to reflect the committed changes.
sfertile marked 2 inline comments as done.
Closed by commit rL365524: [Object][XCOFF] Add support for 64-bit file header and section header dumping. (authored by sfertile, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63843?vs=208179&id=208745#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63843

Files:
  llvm/trunk/include/llvm/BinaryFormat/Magic.h
  llvm/trunk/include/llvm/Object/Binary.h
  llvm/trunk/include/llvm/Object/ObjectFile.h
  llvm/trunk/include/llvm/Object/XCOFFObjectFile.h
  llvm/trunk/lib/BinaryFormat/Magic.cpp
  llvm/trunk/lib/Object/Binary.cpp
  llvm/trunk/lib/Object/ObjectFile.cpp
  llvm/trunk/lib/Object/SymbolicFile.cpp
  llvm/trunk/lib/Object/XCOFFObjectFile.cpp
  llvm/trunk/test/tools/llvm-readobj/Inputs/xcoff-basic-64.o
  llvm/trunk/test/tools/llvm-readobj/xcoff-basic.test
  llvm/trunk/test/tools/llvm-readobj/xcoff-sections.test
  llvm/trunk/tools/llvm-readobj/XCOFFDumper.cpp
  llvm/trunk/tools/obj2yaml/xcoff2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63843.208745.patch
Type: text/x-patch
Size: 45006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/1057077b/attachment.bin>


More information about the llvm-commits mailing list