[PATCH] D111487: [XCOFF][yaml2obj] support for the auxiliary file header.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 9 04:12:08 PDT 2021


Esme created this revision.
Esme added reviewers: jhenderson, DiggerLin, shchenz, jsji, qiucf, PowerPC.
Herald added a subscriber: hiraditya.
Esme requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds yaml2obj supporting for the auxiliary file header of XCOFF.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111487

Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/ObjectYAML/XCOFFYAML.h
  llvm/lib/ObjectYAML/XCOFFEmitter.cpp
  llvm/lib/ObjectYAML/XCOFFYAML.cpp
  llvm/test/tools/yaml2obj/XCOFF/aux-hdr-32.yaml
  llvm/test/tools/yaml2obj/XCOFF/aux-hdr-64.yaml
  llvm/test/tools/yaml2obj/XCOFF/aux-hdr-omit.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111487.378433.patch
Type: text/x-patch
Size: 23701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211009/fbbc87dc/attachment-0001.bin>


More information about the llvm-commits mailing list