[all-commits] [llvm/llvm-project] 42d210: [XCOFF] Enable explicit sections on AIX

jasonliudev via All-commits all-commits at lists.llvm.org
Mon Nov 9 08:28:06 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 42d2109380daf6f3616a9df882487bdff1991e89
      https://github.com/llvm/llvm-project/commit/42d2109380daf6f3616a9df882487bdff1991e89
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    A llvm/test/CodeGen/PowerPC/aix-xcoff-error-explicit-data-section.ll
    A llvm/test/CodeGen/PowerPC/aix-xcoff-explicit-section.ll

  Log Message:
  -----------
  [XCOFF] Enable explicit sections on AIX

Implement mechanism to allow explicit sections to be generated on AIX.

Reviewed By: DiggerLin

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




More information about the All-commits mailing list