================
@@ -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