github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 88211 tests passed
* 1640 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/unique-internal-linkage-names.c</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
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/unique-internal-linkage-names.c
-emit-llvm -funique-internal-linkage-names -o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/unique-internal-linkage-names.c
# 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
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/unique-internal-linkage-names.c
-emit-llvm -funique-internal-linkage-names -o -
# 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/clang/test/CodeGen/unique-internal-linkage-names.c
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/unique-internal-linkage-names.c:13:11:
error: CHECK: expected string not found in input
# | // CHECK: define internal i32 @"\01custom_label"
# | ^
# | <stdin>:23:81: note: scanning from here
# | define internal i32
@_ZL7uniquedv.__uniq.55182866583009938524695557385070540125() #1 {
# |
^
# | <stdin>:29:1: note: possible intended match here
# | define internal i32 @custom_label() #1 {
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/unique-internal-linkage-names.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 18: %call1 = call i32 @custom_label() #2
# | 19: ret void
# | 20: }
# | 21:
# | 22: ; Function Attrs: noinline nounwind optnone
# | 23: define internal i32
@_ZL7uniquedv.__uniq.55182866583009938524695557385070540125() #1 {
# | check:13'0
X~~~~~~ error: no match found
# | 24: entry:
# | check:13'0 ~~~~~~~
# | 25: ret i32 0
# | check:13'0 ~~~~~~~~~~~
# | 26: }
# | check:13'0 ~~
# | 27:
# | check:13'0 ~
# | 28: ; Function Attrs: noinline nounwind optnone
# | check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 29: define internal i32 @custom_label() #1 {
# | check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:13'1 ? possible intended
match
# | 30: entry:
# | check:13'0 ~~~~~~~
# | 31: ret i32 0
# | check:13'0 ~~~~~~~~~~~
# | 32: }
# | check:13'0 ~~
# | 33:
# | check:13'0 ~
# | 34: ; Function Attrs: noinline nounwind optnone
# | check:13'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/202004
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits