[PATCH] D134195: [PowerPC] XCOFF exception section support on the integrated assembler path
Paul Scoropan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 9 15:04:10 PDT 2022
pscoro added inline comments.
================
Comment at: llvm/include/llvm/MC/MCObjectWriter.h:108
+ virtual void addExceptionEntry(const MCSymbol *Symbol, MCSymbol *Trap,
+ unsigned LanguageCode, unsigned ReasonCode,
----------------
tschuett wrote:
> Is this going to be an XCOFF only function?
Yes, exception sections are an XCOFF only feature. The specifics can be found in the XCOFF documentation: https://www.ibm.com/docs/en/aix/7.2?topic=formats-xcoff-object-file-format#d236277e7374
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134195/new/
https://reviews.llvm.org/D134195
More information about the llvm-commits
mailing list