[PATCH] D90117: Rename EHPersonality::MSVC_Win64SEH to EHPersonality::MSVC_TableSEH. NFC.
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 15:18:32 PDT 2020
compnerd added a comment.
Personally, I think that table based makes more sense, since that is the defining characteristic of the xdata/pdata approach - there is a table that has that information and you look it up (similar to the zero-cost itanium model). This actually mirrors the GNU_CXX_SjLj better - that uses setjmp and longjmp as the mechanism.
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