[clang] [SystemZ][Clang]Use the function name from the source for name PPA1 (PR #209215)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 08:54:45 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 55774 tests passed
* 1383 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/SystemZ/zos-check-lanuage.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 4
env SDKROOT="/" c:\_work\llvm-project\llvm-project\build\bin\clang.exe -target s390x-none-zos -emit-llvm -S -o - -x c - < C:\_work\llvm-project\llvm-project\clang\test\CodeGen\SystemZ\zos-check-lanuage.c | grep -v DIFile > C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp1.ll
# executed command: env SDKROOT=/ 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -target s390x-none-zos -emit-llvm -S -o - -x c -
# note: command had no output on stdout or stderr
# executed command: grep -v DIFile
# note: command had no output on stdout or stderr
# RUN: at line 5
env SDKROOT="/" c:\_work\llvm-project\llvm-project\build\bin\clang.exe -target s390x-none-zos -emit-ast -o C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp.ast C:\_work\llvm-project\llvm-project\clang\test\CodeGen\SystemZ\zos-check-lanuage.c
# executed command: env SDKROOT=/ 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -target s390x-none-zos -emit-ast -o 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp.ast' 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\SystemZ\zos-check-lanuage.c'
# note: command had no output on stdout or stderr
# RUN: at line 6
env SDKROOT="/" c:\_work\llvm-project\llvm-project\build\bin\clang.exe -target s390x-none-zos -emit-llvm -S -o - -x ast - < C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp.ast | grep -v DIFile > C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp2.ll
# executed command: env SDKROOT=/ 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -target s390x-none-zos -emit-llvm -S -o - -x ast -
# note: command had no output on stdout or stderr
# executed command: grep -v DIFile
# note: command had no output on stdout or stderr
# RUN: at line 7
diff C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp1.ll C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp2.ll
# executed command: diff 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp1.ll' 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp2.ll'
# .---command stdout------------
# | *** C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp1.ll
# | --- C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeGen\SystemZ\Output\zos-check-lanuage.c.tmp2.ll
# | ***************
# | *** 21,27 ****
# | !2 = !{i32 2, !"zos_product_patchlevel", i32 0}
# | !3 = !{i32 1, !"zos_product_id", !"clang"}
# | !4 = !{i32 1, !"zos_cu_language", !"C"}
# | ! !5 = !{i32 7, !"zos_translation_time", i32 1783956591}
# | !6 = !{i32 1, !"zos_le_char_mode", !"ascii"}
# | !7 = !{i32 7, !"frame-pointer", i32 2}
# | !8 = !{!"clang version 23.0.0git (https://github.com/llvm/llvm-project 862ae3f880ebcdf44792b7cbc2c6b4bcc3a962e5)"}
# | --- 21,27 ----
# | !2 = !{i32 2, !"zos_product_patchlevel", i32 0}
# | !3 = !{i32 1, !"zos_product_id", !"clang"}
# | !4 = !{i32 1, !"zos_cu_language", !"C"}
# | ! !5 = !{i32 7, !"zos_translation_time", i32 1783956592}
# | !6 = !{i32 1, !"zos_le_char_mode", !"ascii"}
# | !7 = !{i32 7, !"frame-pointer", i32 2}
# | !8 = !{!"clang version 23.0.0git (https://github.com/llvm/llvm-project 862ae3f880ebcdf44792b7cbc2c6b4bcc3a962e5)"}
# `-----------------------------
# 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/209215
More information about the cfe-commits
mailing list