[PATCH] D91455: [XCOFF][AIX] Generate LSDA data and compact unwind section on AIX
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 11:41:22 PST 2020
daltenty added inline comments.
================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:889
+ CompactUnwindSection =
+ Ctx->getXCOFFSection(".eh_info_table", XCOFF::StorageMappingClass::XMC_RW,
+ XCOFF::XTY_SD, SectionKind::getData());
----------------
I think this may have been discussed elsewhere, but why do we want to emit this as a RW section?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91455/new/
https://reviews.llvm.org/D91455
More information about the llvm-commits
mailing list