[compiler-rt] [libcxx] [libcxxabi] [libunwind] [libunwind][libcxx][libcxxabi][compiler-rt-builtins] Fix Exception Handling build for wasm (PR #79667)

via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 9 05:37:52 PDT 2024


================
@@ -39,3 +40,5 @@ extern void *__libunwind_cet_get_registers(unw_cursor_t *);
 extern void *__libunwind_cet_get_jump_target(void);
----------------
trcrsired wrote:

there are no registers. so what would you expect for cet_get_jump_target? there is no setjmp/longjmp

https://github.com/llvm/llvm-project/pull/79667


More information about the cfe-commits mailing list