[all-commits] [llvm/llvm-project] 8bd0c9: [PowerPC][AIX] Adds support for writing the data s...

jasonliudev via All-commits all-commits at lists.llvm.org
Wed Oct 30 11:44:47 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bd0c9781001f66e86e77ee076b20522efb92c9d
      https://github.com/llvm/llvm-project/commit/8bd0c9781001f66e86e77ee076b20522efb92c9d
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    R llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll

  Log Message:
  -----------
  [PowerPC][AIX] Adds support for writing the data section in object files

Adds support for generating the XCOFF data section in object files for global variables with initialization.

Merged aix-xcoff-common.ll into aix-xcoff-data.ll.

Changed variable name charr to chrarray in the test case to test if readobj works with 8-character names.

Authored by: xingxue

Reviewers: hubert.reinterptrtcast, sfertile, jasonliu, daltenty, Xiangling_L.

Reviewed by: hubert.reinterpretcast, sfertile, daltenty.

Subscribers: DiggerLin, Wuzish, nemanjai, hiraditya, MaskRay, jsji, shchenz, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list