[PATCH] D134195: [PowerPC] XCOFF exception section support on the integrated assembler path

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 9 14:57:54 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,
----------------
Is this going to be an XCOFF only function?


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