[PATCH] D45559: [WebAssembly] Add Wasm personality and isScopedEHPersonality()

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 21:45:57 PDT 2018


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

LGTM with that final nit fixed.



================
Comment at: include/llvm/Analysis/EHPersonalities.h:36
+  Rust,
+  CXX_Wasm
 };
----------------
I think Wasm_CXX is more in keeping with the style of the other enumerators.


Repository:
  rL LLVM

https://reviews.llvm.org/D45559





More information about the llvm-commits mailing list