[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
Mon May 2 12:30:34 PDT 2022
efriedma updated this revision to Diff 426486.
efriedma edited the summary of this revision.
efriedma added a comment.
Figured out the __finally nesting thing; we were missing unwind table entries. (This is a consequence of the fact that our unwind tables don't cover the entire function, just invokes.) Need to think about a cleaner solution.
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/WinEHPrepare.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124642.426486.patch
Type: text/x-patch
Size: 20335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220502/77903d46/attachment-0001.bin>
More information about the cfe-commits
mailing list