[PATCH] D90117: Rename EHPersonality::MSVC_Win64SEH to EHPersonality::MSVC_TableSEH. NFC.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 10:52:30 PDT 2020


rnk accepted this revision.
rnk added a comment.

My other naming suggestion would be `MSVC_SEH_CSpecific`, kind of inline with `GNU_CXX[_SjLj]`, and the other would be `MSVC_SEH_X86`, I suppose. I'm assuming ARM and AArch64 all use a handler called `__C_specific_handler`?

Seems fine either way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90117



More information about the llvm-commits mailing list