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

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 17 05:31:02 PST 2023


asb added a comment.

In D141380#4053535 <https://reviews.llvm.org/D141380#4053535>, @Hahnfeld wrote:

> 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?

Not yet, but hopefully soon.


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