[Mlir-commits] [llvm] [mlir] [MLIR][Python] remove nb::typed to fix	bazel build (PR #160183)
    Maksim Levental 
    llvmlistbot at llvm.org
       
    Mon Sep 22 14:04:01 PDT 2025
    
    
  
makslevental wrote:
> any idea how we should we handle the interop here?
there's a way to do it by digging out the CAPIPtr ([which actually wraps the opaque C structs](https://github.com/llvm/llvm-project/blob/18cf1cd92b554ba0b870c6a2223ea4d0d3c6dd21/mlir/include/mlir-c/Bindings/Python/Interop.h#L311)) but it's easier if we just restore the old API; try this PR https://github.com/llvm/llvm-project/pull/160194 
https://github.com/llvm/llvm-project/pull/160183
    
    
More information about the Mlir-commits
mailing list