[all-commits] [llvm/llvm-project] 50bb1b: [yaml2obj] Initial the support of yaml2obj for 32-...

Esme via All-commits all-commits at lists.llvm.org
Sun Jun 6 21:15:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50bb1b930dbce6ac2bd6af599f2e2a7d00f36ea5
      https://github.com/llvm/llvm-project/commit/50bb1b930dbce6ac2bd6af599f2e2a7d00f36ea5
  Author: Esme-Yi <esme.yi at ibm.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

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

  Log Message:
  -----------
  [yaml2obj] Initial the support of yaml2obj for 32-bit XCOFF.

Summary: The patch implements the mapping of the Yaml
information to XCOFF object file to enable the yaml2obj
tool for XCOFF. Currently only 32-bit is supported.

Reviewed By: jhenderson, shchenz

Differential Revision: https://reviews.llvm.org/D95505




More information about the All-commits mailing list