[PATCH] D64115: [WebAssembly] Prevent inline assembly from being mangled by SjLj

Guanzhong Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 18:04:16 PDT 2019


quantum added a comment.

I don't think this is actually a problem in the exception case. To call something that throws, you'd use `invoke` instead of `call`, but inline assembly is generated with `call` and not `invoke`.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64115





More information about the llvm-commits mailing list