github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 87432 tests passed
* 762 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CIR/CodeGenCXX/global-refs.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux-gnu -fclangir -emit-cir -mmlir
--mlir-print-ir-before=cir-lowering-prepare
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp.cir
2>
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux-gnu -fclangir -emit-cir -mmlir
--mlir-print-ir-before=cir-lowering-prepare
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp.cir
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
--check-prefixes=CIR,CIR-BEFORE
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
--check-prefixes=CIR,CIR-BEFORE
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp:52:21:
error: CIR-BEFORE-NEXT: expected string not found in input
# | // CIR-BEFORE-NEXT: cir.call @_ZN8WithCtorC1Ev(%[[GET_GLOB]]) :
(!cir.ptr<!rec_WithCtor>) -> ()
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir:18:57:
note: scanning from here
# | %0 = cir.get_global @withCtor : !cir.ptr<!rec_WithCtor>
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir:18:57:
note: with "GET_GLOB" equal to "0"
# | %0 = cir.get_global @withCtor : !cir.ptr<!rec_WithCtor>
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir:19:2:
note: possible intended match here
# | cir.call @_ZN8WithCtorC1Ev(%0) : (!cir.ptr<!rec_WithCtor> {llvm.align = 1
: i64, llvm.dereferenceable = 1 : i64, llvm.nonnull, llvm.noundef}) -> ()
# | ^
# |
# | Input file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 13: cir.global constant external @defCtorRef =
#cir.global_view<@defCtor> : !cir.ptr<!rec_DefCtor> {alignment = 8 : i64}
# | 14: cir.global "private" constant external
@_ZGR15constDefCtorRef_ = #cir.undef : !rec_DefCtor {alignment = 1 : i64}
# | 15: cir.global constant external @constDefCtorRef =
#cir.global_view<@_ZGR15constDefCtorRef_> : !cir.ptr<!rec_DefCtor> {alignment =
8 : i64}
# | 16: cir.func private @_ZN8WithCtorC1Ev(!cir.ptr<!rec_WithCtor>
{llvm.align = 1 : i64, llvm.dereferenceable = 1 : i64, llvm.nonnull,
llvm.noundef}) special_member<#cir.cxx_ctor<!rec_WithCtor, default>>
# | 17: cir.global external @withCtor = ctor : !rec_WithCtor {
# | 18: %0 = cir.get_global @withCtor : !cir.ptr<!rec_WithCtor>
# | next:52'0 X
error: no match found
# | next:52'1
with "GET_GLOB" equal to "0"
# | 19: cir.call @_ZN8WithCtorC1Ev(%0) : (!cir.ptr<!rec_WithCtor>
{llvm.align = 1 : i64, llvm.dereferenceable = 1 : i64, llvm.nonnull,
llvm.noundef}) -> ()
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:52'2 ?
possible intended match
# | 20: } {alignment = 1 : i64, ast = #cir.var.decl.ast}
# | next:52'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 21: cir.global constant external @withCtorRef =
#cir.global_view<@withCtor> : !cir.ptr<!rec_WithCtor> {alignment = 8 : i64}
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: cir.global external @constWithCtorRef = ctor :
!cir.ptr<!rec_WithCtor> {
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 23: %0 = cir.get_global @constWithCtorRef :
!cir.ptr<!cir.ptr<!rec_WithCtor>>
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 24: %1 = cir.get_global @_ZGR16constWithCtorRef_ :
!cir.ptr<!rec_WithCtor>
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenCXX/global-refs.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux-gnu -fclangir -emit-cir -mmlir
--mlir-print-ir-before=cir-lowering-prepare
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp.cir
2>
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux-gnu -fclangir -emit-cir -mmlir
--mlir-print-ir-before=cir-lowering-prepare
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp.cir
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
--check-prefixes=CIR,CIR-BEFORE
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
--check-prefixes=CIR,CIR-BEFORE
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp:52:21:
error: CIR-BEFORE-NEXT: expected string not found in input
# | // CIR-BEFORE-NEXT: cir.call @_ZN8WithCtorC1Ev(%[[GET_GLOB]]) :
(!cir.ptr<!rec_WithCtor>) -> ()
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir:18:57:
note: scanning from here
# | %0 = cir.get_global @withCtor : !cir.ptr<!rec_WithCtor>
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir:18:57:
note: with "GET_GLOB" equal to "0"
# | %0 = cir.get_global @withCtor : !cir.ptr<!rec_WithCtor>
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir:19:2:
note: possible intended match here
# | cir.call @_ZN8WithCtorC1Ev(%0) : (!cir.ptr<!rec_WithCtor> {llvm.align = 1
: i64, llvm.dereferenceable = 1 : i64, llvm.nonnull, llvm.noundef}) -> ()
# | ^
# |
# | Input file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenCXX/Output/global-refs.cpp.tmp-before.cir
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenCXX/global-refs.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 13: cir.global constant external @defCtorRef =
#cir.global_view<@defCtor> : !cir.ptr<!rec_DefCtor> {alignment = 8 : i64}
# | 14: cir.global "private" constant external
@_ZGR15constDefCtorRef_ = #cir.undef : !rec_DefCtor {alignment = 1 : i64}
# | 15: cir.global constant external @constDefCtorRef =
#cir.global_view<@_ZGR15constDefCtorRef_> : !cir.ptr<!rec_DefCtor> {alignment =
8 : i64}
# | 16: cir.func private @_ZN8WithCtorC1Ev(!cir.ptr<!rec_WithCtor>
{llvm.align = 1 : i64, llvm.dereferenceable = 1 : i64, llvm.nonnull,
llvm.noundef}) special_member<#cir.cxx_ctor<!rec_WithCtor, default>>
# | 17: cir.global external @withCtor = ctor : !rec_WithCtor {
# | 18: %0 = cir.get_global @withCtor : !cir.ptr<!rec_WithCtor>
# | next:52'0 X
error: no match found
# | next:52'1
with "GET_GLOB" equal to "0"
# | 19: cir.call @_ZN8WithCtorC1Ev(%0) : (!cir.ptr<!rec_WithCtor>
{llvm.align = 1 : i64, llvm.dereferenceable = 1 : i64, llvm.nonnull,
llvm.noundef}) -> ()
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:52'2 ?
possible intended match
# | 20: } {alignment = 1 : i64, ast = #cir.var.decl.ast}
# | next:52'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 21: cir.global constant external @withCtorRef =
#cir.global_view<@withCtor> : !cir.ptr<!rec_WithCtor> {alignment = 8 : i64}
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: cir.global external @constWithCtorRef = ctor :
!cir.ptr<!rec_WithCtor> {
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 23: %0 = cir.get_global @constWithCtorRef :
!cir.ptr<!cir.ptr<!rec_WithCtor>>
# | next:52'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 24: %1 = cir.get_global @_ZGR16constWithCtorRef_ :
!cir.ptr<!rec_WithCtor>
# | next:52'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/182960
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits