[PATCH] D13449: [WinEH] Recognize CoreCLR personality function

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 14:15:28 PDT 2015


JosephTremoulet added a comment.

I'm not wedded to the name `isWinCFIPersonality` if people are opposed to conflating WinCFI with use of these handlers.  I just thought MSVC didn't make sense with CLR included.  I thought about `isWinEHPersonality` and variants, but since (a) we don't use these on e.g. MinGW and (b) CoreCLR will likely use these on non-Windows, tying it to WinCFI seemed most apt.


http://reviews.llvm.org/D13449





More information about the llvm-commits mailing list