[Mlir-commits] [llvm] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Dec 29 06:40:26 PST 2025
================
@@ -50,7 +54,7 @@ class PyValue;
/// Template for a reference to a concrete type which captures a python
/// reference to its underlying python object.
template <typename T>
-class PyObjectRef {
+class MLIR_PYTHON_API_EXPORTED PyObjectRef {
----------------
kuhar wrote:
Is there anything that will complain during build time if we forget to annotate future classes with this define?
https://github.com/llvm/llvm-project/pull/171775
More information about the Mlir-commits
mailing list