[Mlir-commits] [mlir] [mlir] Enable specifying bytecode producer in mlir-opt. (PR #182846)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Feb 27 05:59:38 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 7537 tests passed
* 601 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Bytecode/bytecode_producer.mlir</summary>
```
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Bytecode/bytecode_producer.mlir -emit-bytecode -emit-bytecode-producer="MyCustomProducer" | llvm-strings | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Bytecode/bytecode_producer.mlir
# executed command: llvm-strings
# .---command stderr------------
# | 'llvm-strings': command not found
# `-----------------------------
# error: command failed with exit status: 127
--
```
</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/182846
More information about the Mlir-commits
mailing list