[PATCH] D117943: [WebAssembly] Treat __cxa_end_catch not longjmpable in Emscripten SjLj

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 22:45:02 PST 2022


aheejin added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj.ll:50-52
+; longjmp checking part
+; CHECK:    if.then1:
+; CHECK:      call i32 @testSetjmp
----------------
This was just moved to add the `CHECK-NOT` line above


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117943



More information about the llvm-commits mailing list