[PATCH] D107687: [WebAssembly] Error out when Emscripten SjLj setjmp is used with Wasm EH

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 12:46:39 PDT 2021


dschuff added a comment.

In D107687#2942166 <https://reviews.llvm.org/D107687#2942166>, @dschuff wrote:

> Actually wait, doesn't `report_fatal_error` act like a crash, complete with a stacktrace now?

Nevermind, I was confused. The test's `not --crash` actually does check that llc "crashes". 
I wish we had a better way to report errors from the backend.


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