[PATCH] D126871: [clang] [MinGW] Use SEH for unwind info on ARM by default
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 12:23:53 PDT 2022
mstorsjo added a comment.
In D126871#3561243 <https://reviews.llvm.org/D126871#3561243>, @efriedma wrote:
>> But for MSVC style (C++ exceptions and __try/__except) there's still a couple backend things that need to be implemented. Do you happen to know roughly how much effort that is?
>
> Getting funclets working is a significant amount of code; see D51524 <https://reviews.llvm.org/D51524> .
Yikes - ok, thanks, that's good to know. Are funclets also needed for `__try`/`__except`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126871/new/
https://reviews.llvm.org/D126871
More information about the cfe-commits
mailing list