[PATCH] D137939: [CGObjC] Open cleanup scope before SaveAndRestore CurrentFuncletPad and push CatchRetScope early

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 06:03:14 PST 2022


sgraenitz added a comment.

The approach follows the C++ try/catch implementation in clang/lib/CodeGen/CGException.cpp <https://github.com/llvm/llvm-project/blob/release/15.x/clang/lib/CodeGen/CGException.cpp#L1257>. I think this is the correct solution for what I attempted to fix with D134866 <https://reviews.llvm.org/D134866> in the backend before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137939



More information about the llvm-commits mailing list