[PATCH] D118286: [WebAssembly] Error out for setjmp within catch clause for Wasm SjLj
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 16:11:09 PST 2022
dschuff added a comment.
Mostly I was confused by the fact that it says Wasm EH "used with" either Emscripten EH (which doesn't make sense) or Wasm EH (redundant). But I guess you mean the wasm EH primitive, used to implement setjmp/longjmp?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118286/new/
https://reviews.llvm.org/D118286
More information about the llvm-commits
mailing list