[clang] [ObjC] Fix jmp_buf sizing for ObjC exceptions (PR #85481)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 15:22:03 PDT 2024


efriedma-quic wrote:

As far as I can tell, the code in question only actually runs for 32-bit x86 targets (it's tied to the old ABI, which was replaced on newer targets).  So there's no point to modifying it.

https://github.com/llvm/llvm-project/pull/85481


More information about the cfe-commits mailing list