[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:38 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3589 tests passed
* 415 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
c:\_work\llvm-project\llvm-project\build\bin\mlir-tblgen.exe -gen-python-op-bindings -bind-dialect=test -I C:\_work\llvm-project\llvm-project\mlir\test\mlir-tblgen/../../include C:\_work\llvm-project\llvm-project\mlir\test\mlir-tblgen\op-python-bindings.td | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\mlir-tblgen\op-python-bindings.td
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-tblgen.exe' -gen-python-op-bindings -bind-dialect=test -I 'C:\_work\llvm-project\llvm-project\mlir\test\mlir-tblgen/../../include' 'C:\_work\llvm-project\llvm-project\mlir\test\mlir-tblgen\op-python-bindings.td'
# .---command stderr------------
# | C:\_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"
# | ^
# | C:\_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: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\mlir-tblgen\op-python-bindings.td'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_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