github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 52329 tests passed
* 921 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGenObjCXX/arc-lifetime-rvalue-ref-binding.mm</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\23\include -nostdsysteminc
-std=c++17 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -O0
-disable-llvm-passes -o -
C:\_work\llvm-project\llvm-project\clang\test\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm
| c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe'
-cc1 -internal-isystem
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc
-std=c++17 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -O0
-disable-llvm-passes -o -
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm'
# 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\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm:24:17:
error: CHECK-LABEL: expected string not found in input
# | // CHECK-LABEL: define{{.*}} void @_Z18test_lvalue_bindingv()
# | ^
# | <stdin>:7:40: note: scanning from here
# | define void @_Z19test_rvalue_bindingv() #0 {
# | ^
# | <stdin>:22:1: note: possible intended match here
# | define void @_Z19test_lvalue_bindingv() #0 {
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: ; ModuleID =
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenObjCXX\arc-lifetime-rvalue-ref-binding.mm'
# | 2: source_filename =
"C:\\_work\\llvm-project\\llvm-project\\clang\\test\\CodeGenObjCXX\\arc-lifetime-rvalue-ref-binding.mm"
# | 3: target datalayout =
"e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
# | 4: target triple = "x86_64-apple-darwin10"
# | 5:
# | 6: ; Function Attrs: mustprogress noinline nounwind optnone
# | 7: define void @_Z19test_rvalue_bindingv() #0 {
# | label:24'0 X~~~~~ error: no
match found
# | 8: entry:
# | label:24'0 ~~~~~~~
# | 9: %obj = alloca ptr, align 8
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 10: store ptr null, ptr %obj, align 8
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 11: call void @_Z4takeRU15__autoreleasingKP11objc_object(ptr
noundef nonnull align 8 dereferenceable(8) %obj)
# | label:24'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 12: call void @llvm.objc.storeStrong(ptr %obj, ptr null) #2
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | 17:
# | label:24'0 ~
# | 18: ; Function Attrs: nounwind
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 19: declare extern_weak void @llvm.objc.storeStrong(ptr, ptr) #2
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 20:
# | label:24'0 ~
# | 21: ; Function Attrs: mustprogress noinline nounwind optnone
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: define void @_Z19test_lvalue_bindingv() #0 {
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:24'1 ? possible
intended match
# | 23: entry:
# | label:24'0 ~~~~~~~
# | 24: %obj = alloca ptr, align 8
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 25: store ptr null, ptr %obj, align 8
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 26: call void @_Z4takeRU15__autoreleasingKP11objc_object(ptr
noundef nonnull align 8 dereferenceable(8) %obj)
# | label:24'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 27: call void @llvm.objc.storeStrong(ptr %obj, ptr null) #2
# | label:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/178524
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits