================
@@ -224,25 +280,30 @@ CIRGenFunction::emitOMPAtomicDirective(const 
OMPAtomicDirective &s) {
 }
 
 /// Check for unsupported implicit captures in a target region.
-static void
-emitOMPTargetImplicitCaptures(CIRGenFunction &cgf, const OMPTargetDirective &s,
+static mlir::LogicalResult
+emitOMPTargetImplicitCaptures(CIRGenFunction &cgf,
----------------
skatrak wrote:

Nit: This doesn't emit anything, maybe we could change the name for something 
more representative.

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

Reply via email to