[Mlir-commits] [mlir] [MLIR] [Python] Added a way to extend MLIR->Python type mappings (PR #189368)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Mar 30 05:46:37 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 7737 tests passed
* 604 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### MLIR
<details>
<summary>MLIR.mlir-tblgen/op-python-bindings.td</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-python-op-bindings -bind-dialect=test -I /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-python-op-bindings -bind-dialect=test -I /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td:6:9: error: could not find include file 'mlir/Bindings/Python/PythonBindings.td'
# | include "mlir/Bindings/Python/PythonBindings.td"
# |         ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td:6:9: error: Unexpected token at top level
# | include "mlir/Bindings/Python/PythonBindings.td"
# |         ^
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/op-python-bindings.td
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/189368


More information about the Mlir-commits mailing list