[PATCH] D124642: [WIP] Add support for return from an SEH __finally block.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 13:25:53 PDT 2022


efriedma updated this revision to Diff 426814.
efriedma edited the summary of this revision.
efriedma added a comment.

Switch to use llvm.seh_localunwind intrinsic.

I'd appreciate any feedback at this point.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124642

Files:
  clang/lib/CodeGen/CGException.cpp
  clang/lib/CodeGen/CGStmt.cpp
  clang/lib/CodeGen/CodeGenFunction.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/WinEHPrepare.cpp
  llvm/lib/IR/Verifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124642.426814.patch
Type: text/x-patch
Size: 18975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220503/69cfb8b3/attachment-0001.bin>


More information about the cfe-commits mailing list