[PATCH] D97834: [WebAssembly] Disable uses of __clang_call_terminate

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 10:48:20 PST 2021


tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

Nice, this actually looks like a good simplification in addition to fixing the specific problem.



================
Comment at: clang/lib/CodeGen/ItaniumCXXABI.cpp:4650
+  // Itanium ABI calls __clang_call_terminate(), which __cxa_begin_catch() on
+  // the violating exception to mark it handled, but it is currently hard to dl
+  // with wasm EH instruction structure with catch/catch_all, we just call
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97834/new/

https://reviews.llvm.org/D97834



More information about the llvm-commits mailing list