[Mlir-commits] [mlir] [mlirc] Add missing extern C (PR #95829)

Mehdi Amini llvmlistbot at llvm.org
Tue Jun 18 15:43:54 PDT 2024


================
@@ -57,4 +61,8 @@ mlirRewritePatternSetFromPDLPatternModule(MlirPDLPatternModule op);
 
 #undef DEFINE_C_API_STRUCT
 
+#ifdef __cplusplus
+}
+#endif
----------------
joker-eph wrote:

Is any of these covered by C unit-tests?

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


More information about the Mlir-commits mailing list