[Mlir-commits] [mlir] [MLIR][Python][NOMERGE] demo building bindings with no CAPI aggregate and using mlir aggregate (PR #161782)
Maksim Levental
llvmlistbot at llvm.org
Thu Oct 2 23:17:52 PDT 2025
================
@@ -528,6 +528,7 @@ declare_mlir_python_extension(MLIRPythonExtension.Core
# Dialects
MLIRCAPIFunc
+ MLIRCAPIArith
----------------
makslevental wrote:
We need to add this to upstream because StandReallyAlone uses `mlirGetDialectHandle__arith__()` and `MLIRPythonCAPI` doesn't already have/link that code.
https://github.com/llvm/llvm-project/pull/161782
More information about the Mlir-commits
mailing list