[all-commits] [llvm/llvm-project] bee70b: [XCOFF][AIX] Fix incorrect alignment for function ...
jasonliudev via All-commits
all-commits at lists.llvm.org
Mon Feb 24 10:15:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bee70bfff0f41a1cea5010276cf4a6229c2c3b93
https://github.com/llvm/llvm-project/commit/bee70bfff0f41a1cea5010276cf4a6229c2c3b93
Author: jasonliu <jasonliu.development at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/test/CodeGen/PowerPC/aix-func-dsc-gen.ll
M llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list