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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 21:23:36 PDT 2018


aheejin added a comment.

I renamed `usesWindowsEHInstructions` to `isScopedEHPersonality` as @majnemer suggested. But there are still a lot of uses of the term 'funclet' to denote scopes in other function names, local variable names, and comments. I guess we should update all of them together sometime, but that can be a different CL.


Repository:
  rL LLVM

https://reviews.llvm.org/D45559





More information about the llvm-commits mailing list