[PATCH] D150340: [SEH]:Fix assertion when try is used inside catch(...) block with /EHa

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 15 14:53:54 PDT 2023


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM... but I don't think the IR we're generating is really correct overall; see https://github.com/llvm/llvm-project/issues/62723

On a side-note, other open issues related to -EHa/__try:

https://github.com/llvm/llvm-project/issues/62606
D124642 <https://reviews.llvm.org/D124642>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150340



More information about the cfe-commits mailing list