[PATCH] D141380: [clang-repl] XFAIL riscv targets in simple-exception test case

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 14 01:35:12 PST 2023


Hahnfeld accepted this revision.
Hahnfeld added a comment.
This revision is now accepted and ready to land.

Yes, this is correct: The JITLink backend for RISC-V doesn't (yet) register the eh frames into libunwind, so throwing and catching exceptions through JITted code doesn't work (yet). I know in principle how to make this happen and it's on my list, but I couldn't give it priority before a talk on Thursday. Sorry for not realizing we have a test for this in `clang-repl` - does this mean we have bots running this natively on RISC-V?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141380/new/

https://reviews.llvm.org/D141380



More information about the cfe-commits mailing list