[PATCH] D44931: [WebAssembly] Use Windows EH instructions for Wasm EH
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 29 20:14:46 PDT 2018
aheejin added a comment.
Oh no, sorry, it actually depends on https://reviews.llvm.org/D43746; but not others on the chain. I changed the signatures of `wasm.get.exception` and `wasm.get.ehselector` intrinsics to take a token argument, and the intrinsic signature change is added in https://reviews.llvm.org/D43746. By the way I added one more line (setting the personality function wrapper as nothrow) to https://reviews.llvm.org/D43746 just now, so if you are ok with that, I'll land that and then this.
Repository:
rC Clang
https://reviews.llvm.org/D44931
More information about the cfe-commits
mailing list