[PATCH] D106525: [WebAssembly] Make Emscripten EH work with Emscripten SjLj
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 11:37:10 PDT 2021
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll:248-249
-declare void @foo()
+; Function Attrs: nounwind
+declare void @foo() #2
; Function Attrs: returns_twice
----------------
This file is only for testing sjlj, so I made this `nounwind`. Mixed exceptions and sjlj cases are tested in lower-em-ehsjlj.ll.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106525/new/
https://reviews.llvm.org/D106525
More information about the llvm-commits
mailing list