[llvm-branch-commits] [lld] [llvm] [AMDGPU] Update data layout string to use the new pointer spec about null pointer value (PR #194101)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 24 19:27:09 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 133898 tests passed
* 3161 tests skipped
* 3 tests failed

## Failed Tests
(click on a test name to see its output)

### lld
<details>
<summary>lld.ELF/lto/r600.ll</summary>

```
Exit Code: 3221225501

Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe C:\_work\llvm-project\llvm-project\lld\test\ELF\lto\r600.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\ELF\lto\Output\r600.ll.tmp.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe' 'C:\_work\llvm-project\llvm-project\lld\test\ELF\lto\r600.ll' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\ELF\lto\Output\r600.ll.tmp.o'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe C:\_work\llvm-project\llvm-project\build\tools\lld\test\ELF\lto\Output\r600.ll.tmp.o -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\ELF\lto\Output\r600.ll.tmp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\ELF\lto\Output\r600.ll.tmp.o' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\ELF\lto\Output\r600.ll.tmp'
# .---command stderr------------
# | LLVM ERROR: Can't create a MachineFunction using a Module with a Target-incompatible DataLayout attached
# |   Target DataLayout: e-m:e-Nz-p:32:32-po2:32:32-po3:32:32-po5:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1
# |   Module DataLayout: e-m:e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\ld.lld.exe C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\ELF\\lto\\Output\\r600.ll.tmp.o -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\ELF\\lto\\Output\\r600.ll.tmp
# | 1.	Running pass 'Function Pass Manager' on module 'ld-temp.o'.
# | 2.	Running pass 'Unnamed pass: implement Pass::getPassName()' on function '@_start'
# | Exception Code: 0xC000001D
# | #0 0x00007ffb7e56f46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff747f334f1 (c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe+0x34f1)
# | #2 0x00007ff747f5758e (c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe+0x2758e)
# | #3 0x00007ff747f315b6 (c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe+0x15b6)
# | #4 0x00007ff747f31bbc (c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe+0x1bbc)
# | #5 0x00007ff74d100aa0 (c:\_work\llvm-project\llvm-project\build\bin\ld.lld.exe+0x51d0aa0)
# | #6 0x00007ffb80374cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffb90ffedcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d

--

```
</details>

### Clang
<details>
<summary>Clang.CodeGen/target-data.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\23\include -nostdsysteminc -triple i686-unknown-unknown -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=I686-UNKNOWN C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple i686-unknown-unknown -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=I686-UNKNOWN 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 5
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 -triple i686-apple-darwin9 -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=I686-DARWIN C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple i686-apple-darwin9 -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=I686-DARWIN 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 9
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 -triple i686-unknown-win32 -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=I686-WIN32 C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple i686-unknown-win32 -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=I686-WIN32 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 13
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 -triple i686-unknown-cygwin -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=I686-CYGWIN C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple i686-unknown-cygwin -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=I686-CYGWIN 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 17
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 -triple i686-pc-macho -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=I686-MACHO C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple i686-pc-macho -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=I686-MACHO 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 21
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 -triple x86_64-unknown-unknown -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=X86_64 C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple x86_64-unknown-unknown -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=X86_64 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 25
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 -triple xcore-unknown-unknown -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=XCORE C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\23\include' -nostdsysteminc -triple xcore-unknown-unknown -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=XCORE 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# note: command had no output on stdout or stderr
# RUN: at line 29
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 -triple sparc-sun-solaris -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c --check-prefix=SPARC-V8
# 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 -triple sparc-sun-solaris -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' --check-prefix=SPARC-V8
# note: command had no output on stdout or stderr
# RUN: at line 33
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 -triple sparcv9-sun-solaris -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c --check-prefix=SPARC-V9
# 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 -triple sparcv9-sun-solaris -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' --check-prefix=SPARC-V9
# note: command had no output on stdout or stderr
# RUN: at line 37
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 -triple mipsel-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-32EL
# 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 -triple mipsel-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-32EL
# note: command had no output on stdout or stderr
# RUN: at line 39
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 -triple mipsisa32r6el-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |      c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-32EL
# 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 -triple mipsisa32r6el-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-32EL
# note: command had no output on stdout or stderr
# RUN: at line 43
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 -triple mips-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-32EB
# 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 -triple mips-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-32EB
# note: command had no output on stdout or stderr
# RUN: at line 45
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 -triple mipsisa32r6-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-32EB
# 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 -triple mipsisa32r6-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-32EB
# note: command had no output on stdout or stderr
# RUN: at line 49
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 -triple mips64el-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL
# 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 -triple mips64el-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL
# note: command had no output on stdout or stderr
# RUN: at line 51
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 -triple mips64el-linux-gnuabi64 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL
# 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 -triple mips64el-linux-gnuabi64 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL
# note: command had no output on stdout or stderr
# RUN: at line 53
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 -triple mipsisa64r6el-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL
# 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 -triple mipsisa64r6el-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL
# note: command had no output on stdout or stderr
# RUN: at line 55
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 -triple mipsisa64r6el-linux-gnuabi64 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL
# 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 -triple mipsisa64r6el-linux-gnuabi64 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL
# note: command had no output on stdout or stderr
# RUN: at line 59
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 -triple mips64el-linux-gnu -o - -emit-llvm -target-abi n32  C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL-N32
# 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 -triple mips64el-linux-gnu -o - -emit-llvm -target-abi n32 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL-N32
# note: command had no output on stdout or stderr
# RUN: at line 61
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 -triple mips64el-linux-gnuabin32 -o - -emit-llvm  C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL-N32
# 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 -triple mips64el-linux-gnuabin32 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL-N32
# note: command had no output on stdout or stderr
# RUN: at line 63
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 -triple mipsisa64r6el-linux-gnu -o - -emit-llvm -target-abi n32  C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL-N32
# 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 -triple mipsisa64r6el-linux-gnu -o - -emit-llvm -target-abi n32 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL-N32
# note: command had no output on stdout or stderr
# RUN: at line 65
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 -triple mipsisa64r6el-linux-gnuabin32 -o - -emit-llvm  C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EL-N32
# 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 -triple mipsisa64r6el-linux-gnuabin32 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EL-N32
# note: command had no output on stdout or stderr
# RUN: at line 69
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 -triple mips64-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB
# 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 -triple mips64-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EB
# note: command had no output on stdout or stderr
# RUN: at line 71
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 -triple mips64-linux-gnuabi64 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB
# 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 -triple mips64-linux-gnuabi64 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EB
# note: command had no output on stdout or stderr
# RUN: at line 73
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 -triple mipsisa64r6-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB
# 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 -triple mipsisa64r6-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EB
# note: command had no output on stdout or stderr
# RUN: at line 75
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 -triple mipsisa64r6-linux-gnuabi64 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB
# 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 -triple mipsisa64r6-linux-gnuabi64 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EB
# note: command had no output on stdout or stderr
# RUN: at line 79
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 -triple mips64-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -target-abi n32  | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB-N32
# 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 -triple mips64-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c' -target-abi n32
# 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\target-data.c' -check-prefix=MIPS-64EB-N32
# note: command had no output on stdout or stderr
# RUN: at line 81
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 -triple mips64-linux-gnuabin32 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c  | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB-N32
# 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 -triple mips64-linux-gnuabin32 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EB-N32
# note: command had no output on stdout or stderr
# RUN: at line 83
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 -triple mipsisa64r6-linux-gnu -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -target-abi n32  | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB-N32
# 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 -triple mipsisa64r6-linux-gnu -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c' -target-abi n32
# 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\target-data.c' -check-prefix=MIPS-64EB-N32
# note: command had no output on stdout or stderr
# RUN: at line 85
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 -triple mipsisa64r6-linux-gnuabin32 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c  | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=MIPS-64EB-N32
# 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 -triple mipsisa64r6-linux-gnuabin32 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=MIPS-64EB-N32
# note: command had no output on stdout or stderr
# RUN: at line 89
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 -triple powerpc64-lv2 -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PS3
# 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 -triple powerpc64-lv2 -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PS3
# note: command had no output on stdout or stderr
# RUN: at line 93
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 -triple wasm32-unknown-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=WEBASSEMBLY32
# 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 -triple wasm32-unknown-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=WEBASSEMBLY32
# note: command had no output on stdout or stderr
# RUN: at line 97
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 -triple wasm64-unknown-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=WEBASSEMBLY64
# 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 -triple wasm64-unknown-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=WEBASSEMBLY64
# note: command had no output on stdout or stderr
# RUN: at line 101
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 -triple lanai-unknown-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=LANAI
# 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 -triple lanai-unknown-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=LANAI
# note: command had no output on stdout or stderr
# RUN: at line 105
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 -triple powerpc-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC
# 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 -triple powerpc-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC
# note: command had no output on stdout or stderr
# RUN: at line 109
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 -triple powerpcle-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPCLE
# 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 -triple powerpcle-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPCLE
# note: command had no output on stdout or stderr
# RUN: at line 113
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 -triple powerpc64-freebsd -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64-FREEBSD
# 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 -triple powerpc64-freebsd -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64-FREEBSD
# note: command had no output on stdout or stderr
# RUN: at line 117
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 -triple powerpc64le-freebsd -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64LE-FREEBSD
# 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 -triple powerpc64le-freebsd -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64LE-FREEBSD
# note: command had no output on stdout or stderr
# RUN: at line 121
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 -triple powerpc64-linux -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64-LINUX
# 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 -triple powerpc64-linux -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64-LINUX
# note: command had no output on stdout or stderr
# RUN: at line 125
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 -triple powerpc64-linux -o - -emit-llvm -target-cpu future C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64-FUTURE
# 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 -triple powerpc64-linux -o - -emit-llvm -target-cpu future 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64-FUTURE
# note: command had no output on stdout or stderr
# RUN: at line 129
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 -triple powerpc64-linux -o - -emit-llvm -target-cpu pwr10 C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64-P10
# 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 -triple powerpc64-linux -o - -emit-llvm -target-cpu pwr10 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64-P10
# note: command had no output on stdout or stderr
# RUN: at line 133
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 -triple powerpc64le-linux -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64LE-LINUX
# 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 -triple powerpc64le-linux -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64LE-LINUX
# note: command had no output on stdout or stderr
# RUN: at line 137
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 -triple powerpc64le-linux -o - -emit-llvm -target-cpu future C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64LE-FUTURE
# 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 -triple powerpc64le-linux -o - -emit-llvm -target-cpu future 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64LE-FUTURE
# note: command had no output on stdout or stderr
# RUN: at line 141
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 -triple powerpc64le-linux -o - -emit-llvm -target-cpu pwr10 C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=PPC64LE-P10
# 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 -triple powerpc64le-linux -o - -emit-llvm -target-cpu pwr10 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=PPC64LE-P10
# note: command had no output on stdout or stderr
# RUN: at line 145
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 -triple nvptx-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=NVPTX
# 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 -triple nvptx-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=NVPTX
# note: command had no output on stdout or stderr
# RUN: at line 149
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 -triple nvptx64-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=NVPTX64
# 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 -triple nvptx64-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=NVPTX64
# note: command had no output on stdout or stderr
# RUN: at line 153
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 -triple r600-unknown -o - -emit-llvm C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c |  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c -check-prefix=R600
# 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 -triple r600-unknown -o - -emit-llvm 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.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\target-data.c' -check-prefix=R600
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c:155:10: error: R600: expected string not found in input
# | // R600: target datalayout = "e-m:e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1"
# |          ^
# | <stdin>:1:1: note: scanning from here
# | ; ModuleID = 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c'
# | ^
# | <stdin>:3:36: note: possible intended match here
# | target datalayout = "e-m:e-Nz-p:32:32-po2:32:32-po3:32:32-po5:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1"
# |                                    ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              1: ; ModuleID = 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\target-data.c' 
# | check:155'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |              2: source_filename = "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\CodeGen\\target-data.c" 
# | check:155'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              3: target datalayout = "e-m:e-Nz-p:32:32-po2:32:32-po3:32:32-po5:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1" 
# | check:155'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:155'1                                        ?                                                                                                                                               possible intended match
# |              4: target triple = "r600-unknown" 
# | check:155'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              5:  
# | check:155'0     ~
# |              6: !llvm.module.flags = !{!0} 
# | check:155'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              7: !llvm.ident = !{!1} 
# | check:155'0     ~~~~~~~~~~~~~~~~~~~~
# |              8:  
# | check:155'0     ~
# |              .
# |              .
# |              .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.CodeGenOpenCL/amdgpu-env-amdgcn.cl</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 C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl -O0 -triple amdgcn -emit-llvm -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl
# 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 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl' -O0 -triple amdgcn -emit-llvm -o -
# 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\CodeGenOpenCL\amdgpu-env-amdgcn.cl'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl:4:11: error: CHECK: expected string not found in input
# | // CHECK: target datalayout = "e-m:e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9"
# |           ^
# | <stdin>:1:1: note: scanning from here
# | ; ModuleID = 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl'
# | ^
# | <stdin>:3:1: note: possible intended match here
# | target datalayout = "e-m:e-Nz-p:64:64-p1:64:64-po2:32:32-po3:32:32-p4:64:64-po5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9"
# | ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: ; ModuleID = 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\amdgpu-env-amdgcn.cl' 
# | check:4'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |            2: source_filename = "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\CodeGenOpenCL\\amdgpu-env-amdgcn.cl" 
# | check:4'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            3: target datalayout = "e-m:e-Nz-p:64:64-p1:64:64-po2:32:32-po3:32:32-p4:64:64-po5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9" 
# | check:4'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:4'1     ?                                                                                                                                                                                                                                                                            possible intended match
# |            4: target triple = "amdgcn" 
# | check:4'0     ~~~~~~~~~~~~~~~~~~~~~~~~~
# |            5:  
# | check:4'0     ~
# |            6: ; Function Attrs: convergent noinline norecurse nounwind optnone 
# | check:4'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            7: define dso_local void @foo() #0 { 
# | check:4'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            8: entry: 
# | check:4'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/194101


More information about the llvm-branch-commits mailing list