[all-commits] [llvm/llvm-project] 817936: [yaml2obj][XCOFF] parsing auxiliary symbols.

Esme via All-commits all-commits at lists.llvm.org
Sun Jan 9 18:39:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 817936408badc5d29cbd99cda90ac7896c4bdc00
      https://github.com/llvm/llvm-project/commit/817936408badc5d29cbd99cda90ac7896c4bdc00
  Author: Esme-Yi <esme.yi at ibm.com>
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/XCOFFYAML.h
    M llvm/lib/ObjectYAML/XCOFFEmitter.cpp
    M llvm/lib/ObjectYAML/XCOFFYAML.cpp
    M llvm/tools/obj2yaml/xcoff2yaml.cpp

  Log Message:
  -----------
  [yaml2obj][XCOFF] parsing auxiliary symbols.

Summary: The patch adds support for yaml2obj parsing auxiliary
symbols for XCOFF. Since the test cases of this patch are
interdependent with D113825 ([llvm-readobj][XCOFF] dump
auxiliary symbols), test cases of this patch will be committed
after D113825 is committed.

Reviewed By: jhenderson, DiggerLin

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




More information about the All-commits mailing list