[all-commits] [llvm/llvm-project] fd6e19: [SystemZ][z/OS] yaml2obj for header and end record...

Yusra Syeda via All-commits all-commits at lists.llvm.org
Thu Dec 14 06:57:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd6e19cdc399fbda5a63a07ba4d5a0f6bc4b12f5
      https://github.com/llvm/llvm-project/commit/fd6e19cdc399fbda5a63a07ba4d5a0f6bc4b12f5
  Author: Yusra Syeda <99052248+ysyeda at users.noreply.github.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    A llvm/include/llvm/ObjectYAML/GOFFYAML.h
    M llvm/include/llvm/ObjectYAML/ObjectYAML.h
    M llvm/include/llvm/ObjectYAML/yaml2obj.h
    M llvm/lib/ObjectYAML/CMakeLists.txt
    A llvm/lib/ObjectYAML/GOFFEmitter.cpp
    A llvm/lib/ObjectYAML/GOFFYAML.cpp
    M llvm/lib/ObjectYAML/ObjectYAML.cpp
    M llvm/lib/ObjectYAML/yaml2obj.cpp
    A llvm/test/tools/yaml2obj/GOFF/GOFF-header-end.yaml
    A llvm/test/tools/yaml2obj/GOFF/GOFF-header-settings.yaml
    A llvm/test/tools/yaml2obj/GOFF/GOFF-no-header.yaml

  Log Message:
  -----------
  [SystemZ][z/OS] yaml2obj for header and end records (#73859)

This PR implements part 1 of yaml2obj for the GOFF Object File Format.
It adds support for the header and end records.

---------

Co-authored-by: Yusra Syeda <yusra.syeda at ibm.com>




More information about the All-commits mailing list