[all-commits] [llvm/llvm-project] 51e6fc: [XCOFF][AIX] Emit correct alignment for csect

jasonliudev via All-commits all-commits at lists.llvm.org
Mon May 11 12:43:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 51e6fc44d0e34a198e891bad3e809833b972e07a
      https://github.com/llvm/llvm-project/commit/51e6fc44d0e34a198e891bad3e809833b972e07a
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/lib/MC/MCSectionXCOFF.cpp
    M llvm/lib/MC/MCXCOFFStreamer.cpp
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
    M llvm/test/CodeGen/PowerPC/aix-readonly-with-relocation.ll
    M llvm/test/CodeGen/PowerPC/aix-reference-func-addr-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-lower-comm.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/test_func_desc.ll
    A llvm/test/CodeGen/aix-func-align.ll

  Log Message:
  -----------
  [XCOFF][AIX] Emit correct alignment for csect

Summary:
This patch tries to emit the correct alignment result for both
object file generation path and assembly path.

Reviewed by: hubert.reinterpretcast, DiggerLin, daltenty

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




More information about the All-commits mailing list