[PATCH] D122287: [XCOFF][2/3] support writing sections and relocations for XCOFF64.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 22:13:30 PDT 2022


Esme created this revision.
Esme added reviewers: jsji, shchenz, jhenderson, DiggerLin, PowerPC.
Herald added subscribers: kbarton, hiraditya, nemanjai.
Herald added a project: All.
Esme requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is the second patch to enable the XCOFF64 object writer.
This patch is to support 64-bit sections and relocations,  followed by a third patch that will support 64-bit symbols.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122287

Files:
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll
  llvm/test/CodeGen/PowerPC/basic-toc-data-def.ll
  llvm/test/CodeGen/PowerPC/basic-toc-data-extern.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122287.417494.patch
Type: text/x-patch
Size: 22069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220323/7ee06d75/attachment.bin>


More information about the llvm-commits mailing list