[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
Mon Oct 17 11:03:02 PDT 2022


pscoro marked 3 inline comments as done.
pscoro added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-exception-section.ll:207
+; EXCEPT64-NEXT:    Reason: 2
+; EXCEPT64-NEXT:  }
+
----------------
shchenz wrote:
> This is exactly the same with 32-bit? If so, we don't need to make another copy.
For some reason the order of the exception section entries is backwards on 64-bit, is this an issue? It shouldn't affect the correctness of the exception section


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