================
@@ -675,6 +675,8 @@ class CIRGenFunction : public CIRGenTypeCache {
                                               cir::GlobalOp gv,
                                               cir::GetGlobalOp gvAddr);
 
+  std::stack<cir::CleanupScopeOp> ehCleanupScopesStack;
----------------
AmrDeveloper wrote:

Makes sense, I did that

https://github.com/llvm/llvm-project/pull/180276
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to