[llvm-branch-commits] [llvm-reduce] Unconditionally initialize targets (PR #208966)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jul 11 17:04:46 PDT 2026


github-actions[bot] wrote:

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

* 178732 tests passed
* 3596 tests skipped
* 1 test failed

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

### LLVM
<details>
<summary>LLVM.tools/llvm-reduce/initialize-asm-parsers.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/initialize-asm-parsers.ll.tmp.bc
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/initialize-asm-parsers.ll.tmp.bc
# note: command had no output on stdout or stderr
# RUN: at line 5
llvm-reduce --test=false /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/initialize-asm-parsers.ll.tmp.bc
# executed command: llvm-reduce --test=false /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/initialize-asm-parsers.ll.tmp.bc
# .---command stderr------------
# | llvm-reduce: error: running interesting-ness test: posix_spawn failed: No such file or directory
# `-----------------------------
# error: command failed with exit status: 1

--

```
</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/208966


More information about the llvm-branch-commits mailing list