================
@@ -300,7 +303,7 @@ static void emitCleanup(CIRGenFunction &cgf,
cir::CleanupScopeOp cleanupScope,
}
}
-void CIRGenFunction::popCleanupBlock() {
+void CIRGenFunction::popCleanupBlock(bool forDeactivation) {
----------------
erichkeane wrote:Ah! Thanks for the clarification. https://github.com/llvm/llvm-project/pull/191316 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
