[PATCH] D157483: [AIX] Handle ReadOnlyWithRel kind on AIX.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 02:48:58 PDT 2023


Esme updated this revision to Diff 552639.
Esme added reviewers: DiggerLin, hubert.reinterpretcast.
Esme added a comment.

The storage-mapping class should be XCOFF::XMC_RO when `-mxcoff-roptr` is specified. Add check lines for it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157483/new/

https://reviews.llvm.org/D157483

Files:
  llvm/lib/MC/MCSectionXCOFF.cpp
  llvm/test/CodeGen/PowerPC/aix-relro-section.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157483.552639.patch
Type: text/x-patch
Size: 4912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/b43acc7b/attachment.bin>


More information about the llvm-commits mailing list