[PATCH] D126871: [clang] [MinGW] Use SEH for unwind info on ARM by default

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 6 12:21:39 PDT 2022


efriedma added a comment.

> Btw, thanks a lot for your reviews, you've spent a lot of time on them!

You're welcome.

> 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> .

Beyond that, it's not that much work, I think?  There's probably some random little bits I'm not remembering, but most of the code is shared across x64/aarch64/arm, I think.


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