[Mlir-commits] [mlir] [MLIR][DLTI][Transform] Introduce transform.dlti.query (PR #101561)
LLVM Continuous Integration
llvmlistbot at llvm.org
Fri Aug 9 10:51:26 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `premerge-monolithic-windows` running on `premerge-windows-1` while building `mlir` at step 5 "clean-build-dir".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/35/builds/1748
Here is the relevant piece of the build log for the reference:
```
Step 5 (clean-build-dir) failure: Delete failed. (failure)
Step 8 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'MLIR :: Pass/ir-printing-file-tree.mlir' FAILED ********************
Exit Code: 3221226505
Command Output (stdout):
--
# RUN: at line 2
rm -rf C:\ws\buildbot\premerge-monolithic-windows\build\tools\mlir\test\Pass\Output\ir-printing-file-tree.mlir.tmp || true
# executed command: rm -rf 'C:\ws\buildbot\premerge-monolithic-windows\build\tools\mlir\test\Pass\Output\ir-printing-file-tree.mlir.tmp'
# RUN: at line 3
c:\ws\buildbot\premerge-monolithic-windows\build\bin\mlir-opt.exe C:\ws\buildbot\premerge-monolithic-windows\llvm-project\mlir\test\Pass\ir-printing-file-tree.mlir -mlir-print-ir-tree-dir=C:\ws\buildbot\premerge-monolithic-windows\build\tools\mlir\test\Pass\Output\ir-printing-file-tree.mlir.tmp -pass-pipeline='builtin.module(builtin.module(func.func(cse,canonicalize)))' -mlir-print-ir-before=cse
# executed command: 'c:\ws\buildbot\premerge-monolithic-windows\build\bin\mlir-opt.exe' 'C:\ws\buildbot\premerge-monolithic-windows\llvm-project\mlir\test\Pass\ir-printing-file-tree.mlir' '-mlir-print-ir-tree-dir=C:\ws\buildbot\premerge-monolithic-windows\build\tools\mlir\test\Pass\Output\ir-printing-file-tree.mlir.tmp' '-pass-pipeline=builtin.module(builtin.module(func.func(cse,canonicalize)))' -mlir-print-ir-before=cse
# .---command stderr------------
# | LLVM ERROR: TypeID::get<`anonymous-namespace'::DLTITransformDialectExtension>(): Using TypeID on a class with an anonymous namespace requires an explicit TypeID definition. The implicit fallback uses string name, which does not guarantee uniqueness in anonymous contexts. Define an explicit TypeID instantiation for this type using `MLIR_DECLARE_EXPLICIT_TYPE_ID`/`MLIR_DEFINE_EXPLICIT_TYPE_ID` or `MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID`.
# |
# `-----------------------------
# error: command failed with exit status: 0xc0000409
--
********************
```
https://github.com/llvm/llvm-project/pull/101561
More information about the Mlir-commits
mailing list