[Mlir-commits] [mlir] [MLIR][Python] Remove partial LLVM APIs in python bindings (PR #178290)
Maksim Levental
llvmlistbot at llvm.org
Sun Feb 1 20:24:10 PST 2026
makslevental wrote:
I haven't completed tracked it down yet but after this PR this test is failing on 3.14t:
https://github.com/llvm/llvm-project/blob/dc152f0d2d085dcfb7542d0e71e19ebfa1aa3794/mlir/test/python/dialects/ods_helpers.py#L109
with
```
File "/Users/runner/work/eudsl/eudsl/third_party/llvm-project/mlir/test/python/dialects/ods_helpers.py", line 184, in <module>
run(testOdsBuildDefaultSizedVariadic)
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/eudsl/eudsl/third_party/llvm-project/mlir/test/python/dialects/ods_helpers.py", line 13, in run
assert Context._get_live_count() == 0
```
See [here](https://github.com/llvm/eudsl/actions/runs/21554370539)
https://github.com/llvm/llvm-project/pull/178290
More information about the Mlir-commits
mailing list