[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: Linux-->
# :penguin: Linux x64 Test Results
* 167306 tests passed
* 2957 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 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -mtriple=x86_64-- -passes=expand-fp -disable-output /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/StackProtector/missing-analysis.ll 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/StackProtector/missing-analysis.ll
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -mtriple=x86_64-- -passes=expand-fp -disable-output /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/StackProtector/missing-analysis.ll
# 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/llvm/test/Transforms/StackProtector/missing-analysis.ll
# .---command stderr------------
# | /home/gha/actions-runner/_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
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt: unknown pass name 'expand-fp'
# | ^
# | <stdin>:1:61: note: possible intended match here
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt: unknown pass name 'expand-fp'
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/StackProtector/missing-analysis.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt: 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