[PATCH] D157483: [AIX] Handle ReadOnlyWithRel kind on AIX.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 12:21:12 PDT 2023
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/MC/MCSectionXCOFF.cpp:124
+ if (getKind().isReadOnlyWithRel()) {
+ if (getMappingClass() != XCOFF::XMC_RW)
+ report_fatal_error(
----------------
Is this correct for `-mxcoff-roptr`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157483/new/
https://reviews.llvm.org/D157483
More information about the llvm-commits
mailing list