[PATCH] D118286: [WebAssembly] Error out for setjmp within catch clause for Wasm SjLj
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 27 13:34:24 PST 2022
aheejin added a comment.
In D118286#3274131 <https://reviews.llvm.org/D118286#3274131>, @dschuff wrote:
> 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 C++ EH and setjmp/longjmp?
Oh sorry, what I meant was "Wasm EH used with either Emscripten SjLj or Wasm SjLj". I fixed the CL description too.
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