[PATCH] D124680: [WinEHPrepare] Fix accidental truncation of EH funclets with GNUstep ObjC runtime

Frederik Seiffert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 11:08:42 PDT 2022


triplef added a comment.

I think the original issue and these changes might also be related to these frontend crashes when using @try/catch with @finally in Objective-C code on Windows:

https://github.com/llvm/llvm-project/issues/43828
https://github.com/llvm/llvm-project/issues/51899

I will try to verify this next week.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124680



More information about the llvm-commits mailing list