github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 139054 tests passed
* 3590 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/function-attributes.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem
C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc
-triple i386-unknown-unknown -emit-llvm -disable-llvm-passes -Os -o -
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\function-attributes.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\function-attributes.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe'
-cc1 -internal-isystem
'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc
-triple i386-unknown-unknown -emit-llvm -disable-llvm-passes -Os -o -
'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\function-attributes.c'
# 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\clang\test\CodeGen\function-attributes.c'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\function-attributes.c:116:11:
error: CHECK: expected string not found in input
# | // CHECK: attributes [[RT]] = { nounwind optsize returns_twice{{.*}} }
# | ^
# | <stdin>:198:171: note: scanning from here
# | attributes #5 = { nounwind optsize "min-legal-vector-width"="0"
"no-trapping-math"="true" "stack-protector-buffer-size"="8" "stackrealign"
"target-features"="+cx8,+x87" }
# |
^
# | <stdin>:198:171: note: with "RT" equal to "#6"
# | attributes #5 = { nounwind optsize "min-legal-vector-width"="0"
"no-trapping-math"="true" "stack-protector-buffer-size"="8" "stackrealign"
"target-features"="+cx8,+x87" }
# |
^
# | <stdin>:204:1: note: possible intended match here
# | attributes #11 = { optsize returns_twice }
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\function-attributes.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 193: attributes #0 = { nounwind optsize
"min-legal-vector-width"="0" "no-trapping-math"="true"
"stack-protector-buffer-size"="8" "target-features"="+cx8,+x87" }
# | 194: attributes #1 = { alwaysinline nounwind optsize
"min-legal-vector-width"="0" "no-trapping-math"="true"
"stack-protector-buffer-size"="8" "target-features"="+cx8,+x87" }
# | 195: attributes #2 = { noreturn optsize
"no-trapping-math"="true" "stack-protector-buffer-size"="8"
"target-features"="+cx8,+x87" }
# | 196: attributes #3 = { nounwind optsize willreturn memory(none)
"no-trapping-math"="true" "stack-protector-buffer-size"="8"
"target-features"="+cx8,+x87" }
# | 197: attributes #4 = { nounwind optsize willreturn memory(none)
"min-legal-vector-width"="0" "no-trapping-math"="true"
"stack-protector-buffer-size"="8" "target-features"="+cx8,+x87" }
# | 198: attributes #5 = { nounwind optsize
"min-legal-vector-width"="0" "no-trapping-math"="true"
"stack-protector-buffer-size"="8" "stackrealign" "target-features"="+cx8,+x87"
}
# | check:116'0
{ search range start (exclusive)
# | check:116'1
error: no match found in search range
# | check:116'2
with "RT" equal to "#6"
# | 199: attributes #6 = { contains_returns_twice_call nounwind
optsize returns_twice "min-legal-vector-width"="0" "no-trapping-math"="true"
"stack-protector-buffer-size"="8" "target-features"="+cx8,+x87" }
# | 200: attributes #7 = { optsize returns_twice
"no-trapping-math"="true" "stack-protector-buffer-size"="8"
"target-features"="+cx8,+x87" }
# | 201: attributes #8 = { contains_returns_twice_call nounwind
optsize "min-legal-vector-width"="0" "no-trapping-math"="true"
"stack-protector-buffer-size"="8" "target-features"="+cx8,+x87" }
# | 202: attributes #9 = { noreturn optsize }
# | 203: attributes #10 = { nounwind optsize willreturn memory(none)
}
# | 204: attributes #11 = { optsize returns_twice }
# | check:116'3 ? possible
intended match
# | 205:
# | 206: !llvm.module.flags = !{!0}
# | 207: !llvm.ident = !{!1}
# | 208: !llvm.errno.tbaa = !{!2}
# | 209:
# | .
# | .
# | .
# | 215: !5 = !{!"omnipotent char", !6, i64 0}
# | 216: !6 = !{!"Simple C/C++ TBAA"}
# | 217: !7 = !{!4, !4, i64 0}
# | 218: !8 = !{!5, !5, i64 0}
# | 219: !9 = !{!10, !10, i64 0}
# | 220: !10 = !{!"short", !5, i64 0}
# | check:116'4 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/212297
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits