[clang] [Clang][CIR] Adapt tests post #217277 (PR #222583)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 03:52:24 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 63555 tests passed
* 830 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir</summary>
```
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir -cir-call-conv-lowering=target=x86_64 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir --check-prefix=CIR
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir -cir-call-conv-lowering=target=x86_64
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir --check-prefix=CIR
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir -cir-call-conv-lowering=target=x86_64 -cir-to-llvm -o - 2>/dev/null | mlir-translate -mlir-to-llvmir --allow-unregistered-dialect | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir --check-prefix=LLVM
# executed command: mlir-translate -mlir-to-llvmir --allow-unregistered-dialect
# .---command stderr------------
# | 'mlir-translate': command not found
# `-----------------------------
# error: command failed with exit status: 127
--
```
</details>
<details>
<summary>Clang.CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir</summary>
```
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir -cir-call-conv-lowering=target=x86_64 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir --check-prefix=CIR
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir -cir-call-conv-lowering=target=x86_64
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir --check-prefix=CIR
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir -cir-call-conv-lowering=target=x86_64 -cir-to-llvm -o - 2>/dev/null | mlir-translate -mlir-to-llvmir --allow-unregistered-dialect | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Transforms/abi-lowering/x86_64-struct-direct-offset.cir --check-prefix=LLVM
# executed command: mlir-translate -mlir-to-llvmir --allow-unregistered-dialect
# .---command stderr------------
# | 'mlir-translate': 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/222583
More information about the cfe-commits
mailing list