[PATCH] D134195: [PowerPC] XCOFF exception section support on the integrated assembler path
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 01:04:57 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/include/llvm/MC/MCObjectWriter.h:108
+ virtual void addExceptionEntry(const MCSymbol *Symbol, MCSymbol *Trap,
+ unsigned LanguageCode, unsigned ReasonCode,
----------------
pscoro wrote:
> 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
In the other diff, there was a report_fatal_error if used by other than XCOFF.
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