================
@@ -188,10 +188,20 @@ void EHScopeStack::popCleanup() {
   }
 }
 
+bool EHScopeStack::requiresLandingPad() const {
----------------
andykaylor wrote:

We really shouldn't have a "landing pad" concept in CIR. That's an LLVM IR 
construct. Perhaps `requiresCatchOrCleanup`?

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

Reply via email to