[clang] [CIR][NFC] Upstream EHPersonality for function (PR #164883)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 24 10:45:01 PDT 2025


================
@@ -257,5 +258,53 @@ inline void EHScopeStack::popCatch() {
   deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
 }
 
+/// The exceptions personality for a function.
+struct EHPersonality {
----------------
AmrDeveloper wrote:

Sure, I will do that 🫡

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


More information about the cfe-commits mailing list