[llvm-branch-commits] [llvm] StackProtector: Use LibcallLoweringInfo analysis (PR #170329)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 18 10:29:42 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 128788 tests passed
* 2828 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.Transforms/StackProtector/missing-analysis.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
not c:\_work\llvm-project\llvm-project\build\bin\opt.exe -mtriple=x86_64-- -passes=expand-fp -disable-output C:\_work\llvm-project\llvm-project\llvm\test\Transforms\StackProtector\missing-analysis.ll 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\Transforms\StackProtector\missing-analysis.ll
# executed command: not 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -mtriple=x86_64-- -passes=expand-fp -disable-output 'C:\_work\llvm-project\llvm-project\llvm\test\Transforms\StackProtector\missing-analysis.ll'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\Transforms\StackProtector\missing-analysis.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\Transforms\StackProtector\missing-analysis.ll:4:10: error: CHECK: expected string not found in input
# | ; CHECK: 'LibcallLoweringModuleAnalysis' analysis required
# | ^
# | <stdin>:1:1: note: scanning from here
# | c:\_work\llvm-project\llvm-project\build\bin\opt.exe: unknown pass name 'expand-fp'
# | ^
# | <stdin>:1:41: note: possible intended match here
# | c:\_work\llvm-project\llvm-project\build\bin\opt.exe: unknown pass name 'expand-fp'
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\Transforms\StackProtector\missing-analysis.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: c:\_work\llvm-project\llvm-project\build\bin\opt.exe: unknown pass name 'expand-fp'
# | check:4'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | check:4'1 ? possible intended match
# | >>>>>>
# `-----------------------------
# 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/170329
More information about the llvm-branch-commits
mailing list