[XCOFF][AIX] Fix incorrect alignment for function descriptor csect
authorjasonliu <jasonliu.development@gmail.com>
Mon, 24 Feb 2020 15:46:11 +0000 (15:46 +0000)
committerjasonliu <jasonliu.development@gmail.com>
Mon, 24 Feb 2020 18:15:17 +0000 (18:15 +0000)
commitbee70bfff0f41a1cea5010276cf4a6229c2c3b93
treeb646029a160c36aa8c4d560ff76437d96c5c8ce3
parent6369b9bf31188bdd472299252deb6db3f650864b
[XCOFF][AIX] Fix incorrect alignment for function descriptor csect

Summary:
Function descriptor csect on AIX should be 4 byte align instead of 1 byte align.

Reviewer: daltenty

Differential Revision: https://reviews.llvm.org/D74974
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/test/CodeGen/PowerPC/aix-func-dsc-gen.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll