[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 16 13:50:21 PDT 2023


efriedma updated this revision to Diff 522773.
efriedma added a comment.
Herald added a subscriber: arichardson.

Rebased so it builds, and added a couple tests, to unblock anyone wanting to look at this further.  Haven't re-done my runtime testing.  Still haven't addressed all the review comments.


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
  clang/lib/Sema/SemaStmt.cpp
  clang/test/CodeGen/exceptions-seh-finally.c
  clang/test/CodeGen/exceptions-seh-leave.c
  clang/test/CodeGen/windows-seh-return-finally.c
  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
  llvm/test/CodeGen/X86/seh-return-from-finally.ll
  llvm/utils/UpdateTestChecks/common.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124642.522773.patch
Type: text/x-patch
Size: 39498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230516/b8cb73ac/attachment-0001.bin>


More information about the cfe-commits mailing list