Function descriptor csect on AIX should be 4 byte align instead of 1 byte align.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74974
[XCOFF][AIX] Fix incorrect alignment for function descriptor csect ClosedPublic Authored by jasonliu on Feb 21 2020, 10:18 AM.
Details Summary Function descriptor csect on AIX should be 4 byte align instead of 1 byte align.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 21 2020, 10:58 AM Closed by commit rGbee70bfff0f4: [XCOFF][AIX] Fix incorrect alignment for function descriptor csect (authored by jasonliu). · Explain WhyFeb 24 2020, 10:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246249 llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/test/CodeGen/PowerPC/aix-func-dsc-gen.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll
|