[all-commits] [llvm/llvm-project] 657aa3: [yaml2obj] Add support for writing the long symbol...

Esme via All-commits all-commits at lists.llvm.org
Sun Jun 20 22:11:24 PDT 2021


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

  Changed paths:
    M llvm/lib/ObjectYAML/XCOFFEmitter.cpp
    A llvm/test/tools/yaml2obj/XCOFF/long-symbol-name.yaml

  Log Message:
  -----------
  [yaml2obj] Add support for writing the long symbol name.

Summary: This patch, as a follow-up of D95505, adds
support for writing the long symbol name by implementing
the StringTable. Only XCOFF32 is suppoted now.

Reviewed By: jhenderson, shchenz

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




More information about the All-commits mailing list