[PATCH] D139516: [XCOFF] handle the toc-data for object file generation.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 01:19:53 PST 2022


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

The `toc-data` feature has been supported for assembly file generation. This patch handles the `toc-data` for object file generation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139516

Files:
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/basic-toc-data-def.ll
  llvm/test/CodeGen/PowerPC/basic-toc-data-extern.ll
  llvm/test/CodeGen/PowerPC/toc-data-const.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139516.480803.patch
Type: text/x-patch
Size: 17548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/d62eee0c/attachment.bin>


More information about the llvm-commits mailing list