[PATCH] D95505: [yaml2obj] Initial support for 32-bit XCOFF in yaml2obj.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 6 21:15:38 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG50bb1b930dbc: [yaml2obj] Initial the support of yaml2obj for 32-bit XCOFF. (authored by Esme).

Changed prior to commit:
  https://reviews.llvm.org/D95505?vs=348754&id=350174#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95505

Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/ObjectYAML/ObjectYAML.h
  llvm/include/llvm/ObjectYAML/XCOFFYAML.h
  llvm/include/llvm/ObjectYAML/yaml2obj.h
  llvm/lib/ObjectYAML/CMakeLists.txt
  llvm/lib/ObjectYAML/ObjectYAML.cpp
  llvm/lib/ObjectYAML/XCOFFEmitter.cpp
  llvm/lib/ObjectYAML/XCOFFYAML.cpp
  llvm/lib/ObjectYAML/yaml2obj.cpp
  llvm/test/tools/yaml2obj/XCOFF/basic-doc.yaml
  llvm/test/tools/yaml2obj/XCOFF/full-contents.yaml
  llvm/utils/gn/secondary/llvm/lib/ObjectYAML/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95505.350174.patch
Type: text/x-patch
Size: 32621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210607/10348bc3/attachment.bin>


More information about the llvm-commits mailing list