[Mlir-commits] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)

Jacques Pienaar llvmlistbot at llvm.org
Fri Dec 26 21:26:59 PST 2025


================
@@ -46,6 +46,8 @@
 #define MLIR_CAPI_EXPORTED __attribute__((visibility("default")))
 #endif
 
+#define MLIR_PYTHON_API_EXPORTED MLIR_CAPI_EXPORTED
----------------
jpienaar wrote:

Does this need to be here? Or could it be Python side?

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


More information about the Mlir-commits mailing list