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

Luqman Aden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 25 06:50:28 PDT 2020


luqmana created this revision.
luqmana added a reviewer: compnerd.
Herald added subscribers: llvm-commits, pengfei, hiraditya, kristof.beyls.
Herald added a project: LLVM.
luqmana requested review of this revision.
Herald added a subscriber: aheejin.

The types of SEH aren't x86(-32) vs x64 but rather stack-based exception chaining
vs table-based exception handling. x86-32 is the only arch for which Windows
uses the former. 32-bit ARM would use what is called Win64SEH today, which
is a bit confusing so instead let's just rename it to be a bit more clear.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90117

Files:
  llvm/include/llvm/Analysis/EHPersonalities.h
  llvm/lib/Analysis/EHPersonalities.cpp
  llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90117.300536.patch
Type: text/x-patch
Size: 6150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201025/d8196ffe/attachment.bin>


More information about the llvm-commits mailing list