[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:45 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 138383 tests passed
* 3518 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
c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe C:\_work\llvm-project\llvm-project\llvm\test\tools\llvm-reduce\initialize-asm-parsers.ll -o C:\_work\llvm-project\llvm-project\build\test\tools\llvm-reduce\Output\initialize-asm-parsers.ll.tmp.bc
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\tools\llvm-reduce\initialize-asm-parsers.ll' -o 'C:\_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 C:\_work\llvm-project\llvm-project\build\test\tools\llvm-reduce\Output\initialize-asm-parsers.ll.tmp.bc
# executed command: llvm-reduce --test=false 'C:\_work\llvm-project\llvm-project\build\test\tools\llvm-reduce\Output\initialize-asm-parsers.ll.tmp.bc'
# .---command stderr------------
# | llvm-reduce.exe: error: running interesting-ness test: program not executable
# `-----------------------------
# 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