[PATCH] D107687: [WebAssembly] Error out when Emscripten SjLj setjmp is used with Wasm EH
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 16:18:29 PDT 2021
aheejin added a comment.
I agree. I'm not sure what more graceful way to report errors to users might be, because `report_fatal_error` crashes pretty like a bug (which actually in many case it is for) with a giant stack trace and it doesn't look that much different from hitting an `assert`. But anyway, I think this is still at least slightly better than the previous assertion....
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107687/new/
https://reviews.llvm.org/D107687
More information about the llvm-commits
mailing list