[llvm-branch-commits] [clang] clang/AMDGPU: Stop passing redundant -target-cpu to cc1 (PR #206483)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 29 06:48:21 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 54175 tests passed
* 1351 tests skipped
* 4 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.Driver/amdgpu-subarch-resource-dir.cl</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=amdgpu10.30-amd-amdhsa-llvm -resource-dir=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/resource_dir_amdgpu_subarch_triples C:\_work\llvm-project\llvm-project\clang\test\Driver\amdgpu-subarch-resource-dir.cl 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=TOPLEVEL-SUBARCH C:\_work\llvm-project\llvm-project\clang\test\Driver\amdgpu-subarch-resource-dir.cl
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=amdgpu10.30-amd-amdhsa-llvm '-resource-dir=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/resource_dir_amdgpu_subarch_triples' 'C:\_work\llvm-project\llvm-project\clang\test\Driver\amdgpu-subarch-resource-dir.cl'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=TOPLEVEL-SUBARCH 'C:\_work\llvm-project\llvm-project\clang\test\Driver\amdgpu-subarch-resource-dir.cl'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\Driver\amdgpu-subarch-resource-dir.cl:32:22: error: TOPLEVEL-SUBARCH: expected string not found in input
# | // TOPLEVEL-SUBARCH: "-cc1" "-triple" "amdgpu10.30-amd-amdhsa-llvm" "{{.*}}/resource_dir_amdgpu_subarch_triples/lib/amdgpu10.30-amd-amdhsa-llvm/libclc.bc"
# | ^
# | <stdin>:1:1: note: scanning from here
# | clang version 23.0.0git (https://github.com/llvm/llvm-project 7832d7d88bcca7109302efa82ccf04e6ddd5185c)
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\Driver\amdgpu-subarch-resource-dir.cl
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: clang version 23.0.0git (https://github.com/llvm/llvm-project 7832d7d88bcca7109302efa82ccf04e6ddd5185c)
# | check:32'0 { search range start (exclusive)
# | check:32'1 error: no match found in search range
# | 2: Target: amdgpu10.30-amd-amdhsa-llvm
# | 3: Thread model: posix
# | 4: InstalledDir: C:\_work\llvm-project\llvm-project\build\bin
# | 5: Build config: +assertions
# | 6: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "amdgpu10.30-amd-amdhsa-llvm" "-Werror=atomic-alignment" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "amdgpu-subarch-resource-dir.cl" "-mrelocation-model" "pic" "-pic-level" "2" "-fhalf-no-semantic-interposition" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-fvisibility=hidden" "-fapply-global-visibility-to-externs" "-mlink-builtin-bitcode" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/resource_dir_amdgpu_subarch_triples\\lib\\amdgpu10.30-amd-amdhsa-llvm\\libclc.bc" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/resource_dir_amdgpu_subarch_triples" "-ferror-limit" "19" "-finclude-default-header" "-fdeclare-opencl-builtins" "-fgnuc-version=4.2.1" "-fno-threadsafe-statics" "-fskip-odr-check-in-gmf" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\amdgpu-subarch-resource-dir-c45e6e.o" "-x" "cl" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\amdgpu-subarch-resource-dir.cl"
# | 7: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\ld.lld" "--no-undefined" "-shared" "-LC:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/resource_dir_amdgpu_subarch_triples\\lib\\amdgpu10.30-amd-amdhsa-llvm" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\amdgpu-subarch-resource-dir-c45e6e.o" "-o" "a.out"
# | check:32'2 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.Driver/gpu-exceptions.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=amdgcn-amd-amdhsa -mcpu=gfx90a -nogpulib C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp --check-prefix=NOEXC
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=amdgcn-amd-amdhsa -mcpu=gfx90a -nogpulib 'C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp'
# 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\Driver\gpu-exceptions.cpp' --check-prefix=NOEXC
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=nvptx64-nvidia-cuda -march=sm_80 -nogpulib C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp --check-prefix=NOEXC
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=nvptx64-nvidia-cuda -march=sm_80 -nogpulib 'C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp'
# 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\Driver\gpu-exceptions.cpp' --check-prefix=NOEXC
# note: command had no output on stdout or stderr
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=spirv64-- -nogpulib C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp --check-prefix=NOEXC
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=spirv64-- -nogpulib 'C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp'
# 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\Driver\gpu-exceptions.cpp' --check-prefix=NOEXC
# note: command had no output on stdout or stderr
# RUN: at line 9
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=amdgcn-amd-amdhsa -mcpu=gfx90a -nogpulib -fexceptions C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp --check-prefix=EXC
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=amdgcn-amd-amdhsa -mcpu=gfx90a -nogpulib -fexceptions 'C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp'
# 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\Driver\gpu-exceptions.cpp' --check-prefix=EXC
# note: command had no output on stdout or stderr
# RUN: at line 13
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=x86_64-unknown-linux-gnu -fopenmp --offload-arch=gfx90a -nogpulib -nogpuinc C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp --check-prefix=OPENMP
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=x86_64-unknown-linux-gnu -fopenmp --offload-arch=gfx90a -nogpulib -nogpuinc 'C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp'
# 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\Driver\gpu-exceptions.cpp' --check-prefix=OPENMP
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp:23:12: error: OPENMP: expected string not found in input
# | // OPENMP: "-cc1"{{.*}}"-triple" "amdgcn-amd-amdhsa"
# | ^
# | <stdin>:1:1: note: scanning from here
# | clang version 23.0.0git (https://github.com/llvm/llvm-project 7832d7d88bcca7109302efa82ccf04e6ddd5185c)
# | ^
# | <stdin>:6:105: note: possible intended match here
# | "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-aux-triple" "amdgpu-amd-amdhsa" "-emit-llvm-bc" "-emit-llvm-uselists" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "gpu-exceptions.cpp" "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "/usr/local/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "/usr/local/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-fdeprecated-macro" "-ferror-limit" "19" "-fopenmp" "--offload-new-driver" "--no-offloadlib" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-fcxx-exceptions" "-fexceptions" "-disable-llvm-passes" "--offload-targets=amdgpu-amd-amdhsa" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-0f0340.bc" "-x" "c++" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\gpu-exceptions.cpp"
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\Driver\gpu-exceptions.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: clang version 23.0.0git (https://github.com/llvm/llvm-project 7832d7d88bcca7109302efa82ccf04e6ddd5185c)
# | check:23'0 { search range start (exclusive)
# | check:23'1 error: no match found in search range
# | 2: Target: x86_64-unknown-linux-gnu
# | 3: Thread model: posix
# | 4: InstalledDir: C:\_work\llvm-project\llvm-project\build\bin
# | 5: Build config: +assertions
# | 6: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-aux-triple" "amdgpu-amd-amdhsa" "-emit-llvm-bc" "-emit-llvm-uselists" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "gpu-exceptions.cpp" "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "/usr/local/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "/usr/local/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-fdeprecated-macro" "-ferror-limit" "19" "-fopenmp" "--offload-new-driver" "--no-offloadlib" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-fcxx-exceptions" "-fexceptions" "-disable-llvm-passes" "--offload-targets=amdgpu-amd-amdhsa" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-0f0340.bc" "-x" "c++" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\gpu-exceptions.cpp"
# | check:23'2 ? possible intended match
# | 7: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "amdgpu9.0a-amd-amdhsa" "-aux-triple" "x86_64-unknown-linux-gnu" "-aux-triple" "x86_64-unknown-linux-gnu" "-Werror=atomic-alignment" "-emit-llvm-bc" "-flto=full" "-flto-unit" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "gpu-exceptions.cpp" "-mrelocation-model" "pic" "-pic-level" "2" "-fhalf-no-semantic-interposition" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-aux-target-cpu" "x86-64" "-target-cpu" "gfx90a" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "/usr/local/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "/usr/local/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-fdeprecated-macro" "-ferror-limit" "19" "-fvisibility=protected" "-fopenmp" "--offload-new-driver" "--no-offloadlib" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-fcxx-exceptions" "-fexceptions" "-fopenmp-is-target-device" "-fopenmp-host-ir-file-path" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-0f0340.bc" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-gfx90a-fc3064.o" "-x" "c++" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\gpu-exceptions.cpp"
# | 8: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\llvm-offload-binary" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-d76522.out" "--image=file=C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-gfx90a-fc3064.o,triple=amdgpu9.0a-amd-amdhsa,arch=gfx90a,kind=openmp"
# | 9: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-aux-triple" "amdgpu-amd-amdhsa" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "gpu-exceptions.cpp" "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-ferror-limit" "19" "-fopenmp" "--offload-new-driver" "--no-offloadlib" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-fembed-offload-object=C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-d76522.out" "--offload-targets=amdgpu-amd-amdhsa" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-a75d5a.o" "-x" "ir" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-0f0340.bc"
# | 10: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang-linker-wrapper" "--should-extract=gfx90a" "--device-compiler=amdgpu-amd-amdhsa=-flto=full" "--host-triple=x86_64-unknown-linux-gnu" "--linker-path=ld" "--hash-style=gnu" "--eh-frame-hdr" "-m" "elf_x86_64" "-pie" "-dynamic-linker" "/lib64/ld-linux-x86-64.so.2" "-o" "a.out" "Scrt1.o" "crti.o" "crtbeginS.o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-cxemf3rr\\gpu-exceptions-a75d5a.o" "-lomp" "-lomptarget" "-LC:\\_work\\llvm-project\\llvm-project\\build\\lib" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lpthread" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "crtendS.o" "crtn.o"
# | check:23'3 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.Driver/hip-windows-filename.hip</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=x86_64-pc-windows-msvc -x hip --offload-arch=gfx908:xnack+ -nogpuinc -nogpulib -save-temps C:\_work\llvm-project\llvm-project\clang\test\Driver\hip-windows-filename.hip 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\Driver\hip-windows-filename.hip
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=x86_64-pc-windows-msvc -x hip --offload-arch=gfx908:xnack+ -nogpuinc -nogpulib -save-temps 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hip-windows-filename.hip'
# 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\Driver\hip-windows-filename.hip'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\Driver\hip-windows-filename.hip:9:11: error: CHECK: expected string not found in input
# | // CHECK: "-o" "hip-windows-filename-hip-amdgcn-amd-amdhsa-gfx908 at xnack+.hipi"
# | ^
# | <stdin>:1:1: note: scanning from here
# | clang version 23.0.0git (https://github.com/llvm/llvm-project 7832d7d88bcca7109302efa82ccf04e6ddd5185c)
# | ^
# | <stdin>:6:3280: note: possible intended match here
# | "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "amdgpu9.08-amd-amdhsa" "-aux-triple" "x86_64-pc-windows-msvc" "-Werror=atomic-alignment" "-E" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-fhalf-no-semantic-interposition" "-mframe-pointer=all" "-relaxed-aliasing" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-aux-target-cpu" "x86-64" "-fcuda-is-device" "-fno-threadsafe-statics" "-mllvm" "-amdgpu-internalize-symbols" "-fvisibility=hidden" "-fapply-global-visibility-to-externs" "-target-cpu" "gfx908" "-target-feature" "+xnack" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\ATLMFC\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Auxiliary\\VS\\include" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.26100.0\\ucrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\um" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\shared" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\winrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\cppwinrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\ATLMFC\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Auxiliary\\VS\\include" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.26100.0\\ucrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\um" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\shared" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\winrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\cppwinrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" "-fdeprecated-macro" "-fno-autolink" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-std=c++14" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcxx-exceptions" "-fexceptions" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.hipi" "-x" "hip" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\hip-windows-filename.hip"
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\Driver\hip-windows-filename.hip
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: clang version 23.0.0git (https://github.com/llvm/llvm-project 7832d7d88bcca7109302efa82ccf04e6ddd5185c)
# | check:9'0 { search range start (exclusive)
# | check:9'1 error: no match found in search range
# | 2: Target: x86_64-pc-windows-msvc
# | 3: Thread model: posix
# | 4: InstalledDir: C:\_work\llvm-project\llvm-project\build\bin
# | 5: Build config: +assertions
# | 6: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "amdgpu9.08-amd-amdhsa" "-aux-triple" "x86_64-pc-windows-msvc" "-Werror=atomic-alignment" "-E" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-fhalf-no-semantic-interposition" "-mframe-pointer=all" "-relaxed-aliasing" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-aux-target-cpu" "x86-64" "-fcuda-is-device" "-fno-threadsafe-statics" "-mllvm" "-amdgpu-internalize-symbols" "-fvisibility=hidden" "-fapply-global-visibility-to-externs" "-target-cpu" "gfx908" "-target-feature" "+xnack" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\ATLMFC\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Auxiliary\\VS\\include" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.26100.0\\ucrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\um" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\shared" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\winrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\cppwinrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\ATLMFC\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Auxiliary\\VS\\include" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.26100.0\\ucrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\um" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\shared" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\winrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\cppwinrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" "-fdeprecated-macro" "-fno-autolink" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-std=c++14" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcxx-exceptions" "-fexceptions" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.hipi" "-x" "hip" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\hip-windows-filename.hip"
# | check:9'2 ? possible intended match
# | 7: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "amdgpu9.08-amd-amdhsa" "-aux-triple" "x86_64-pc-windows-msvc" "-Werror=atomic-alignment" "-emit-llvm-bc" "-emit-llvm-uselists" "-flto=full" "-flto-unit" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-fhalf-no-semantic-interposition" "-mframe-pointer=all" "-relaxed-aliasing" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-aux-target-cpu" "x86-64" "-fcuda-is-device" "-fno-threadsafe-statics" "-mllvm" "-amdgpu-internalize-symbols" "-fvisibility=hidden" "-fapply-global-visibility-to-externs" "-target-cpu" "gfx908" "-target-feature" "+xnack" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-fdeprecated-macro" "-fno-autolink" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-std=c++14" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcxx-exceptions" "-fexceptions" "-disable-llvm-passes" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.tmp.bc" "-x" "hip-cpp-output" "hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.hipi"
# | 8: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "amdgpu9.08-amd-amdhsa" "-aux-triple" "x86_64-pc-windows-msvc" "-Werror=atomic-alignment" "-emit-llvm-bc" "-flto=full" "-flto-unit" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-fhalf-no-semantic-interposition" "-mframe-pointer=all" "-relaxed-aliasing" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-aux-target-cpu" "x86-64" "-fcuda-is-device" "-fno-threadsafe-statics" "-mllvm" "-amdgpu-internalize-symbols" "-fvisibility=hidden" "-fapply-global-visibility-to-externs" "-target-cpu" "gfx908" "-target-feature" "+xnack" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-fno-autolink" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.o" "-x" "ir" "hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.tmp.bc"
# | 9: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\llvm-offload-binary" "-o" "hip-windows-filename-hip-amdgpu-amd-amdhsa.out" "--image=file=hip-windows-filename-hip-amdgpu9.08-amd-amdhsa-gfx908 at xnack+.o,triple=amdgpu9.08-amd-amdhsa,arch=gfx908:xnack+,kind=hip,feature=+xnack"
# | 10: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang-linker-wrapper" "--should-extract=gfx908:xnack+" "--device-compiler=amdgpu-amd-amdhsa=-save-temps=cwd" "--device-compiler=amdgpu-amd-amdhsa=-flto=full" "--no-lto" "--host-triple=x86_64-pc-windows-msvc" "--save-temps" "--linker-path=C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang-offload-bundler" "--emit-fatbin-only" "-o" "hip-windows-filename.hip-hip-amdgpu-amd-amdhsa.hipfb" "hip-windows-filename-hip-amdgpu-amd-amdhsa.out"
# | 11: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "x86_64-pc-windows-msvc19.44.35227" "-aux-triple" "amdgpu-amd-amdhsa" "-E" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-mframe-pointer=none" "-relaxed-aliasing" "-fmath-errno" "-fno-rounding-math" "-mconstructor-aliases" "-fms-volatile" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\ATLMFC\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Auxiliary\\VS\\include" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.26100.0\\ucrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\um" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\shared" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\winrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\cppwinrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\ATLMFC\\include" "-internal-isystem" "C:\\BuildTools\\VC\\Auxiliary\\VS\\include" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.26100.0\\ucrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\um" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\shared" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\winrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.26100.0\\\\cppwinrt" "-internal-isystem" "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" "-fdeprecated-macro" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-std=c++14" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcxx-exceptions" "-fexceptions" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-o" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.hipi" "-x" "hip" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\hip-windows-filename.hip"
# | 12: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "x86_64-pc-windows-msvc19.44.35227" "-aux-triple" "amdgpu-amd-amdhsa" "-emit-llvm-bc" "-emit-llvm-uselists" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-mframe-pointer=none" "-relaxed-aliasing" "-fmath-errno" "-fno-rounding-math" "-mconstructor-aliases" "-fms-volatile" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-fdeprecated-macro" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-std=c++14" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcxx-exceptions" "-fexceptions" "-disable-llvm-passes" "-fcuda-include-gpubinary" "hip-windows-filename.hip-hip-amdgpu-amd-amdhsa.hipfb" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-o" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.bc" "-x" "hip-cpp-output" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.hipi"
# | 13: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "x86_64-pc-windows-msvc19.44.35227" "-aux-triple" "amdgpu-amd-amdhsa" "-S" "-dumpdir" "a-" "-save-temps=cwd" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hip-windows-filename.hip" "-mrelocation-model" "pic" "-pic-level" "2" "-mframe-pointer=none" "-relaxed-aliasing" "-fmath-errno" "-fno-rounding-math" "-mconstructor-aliases" "-fms-volatile" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-ferror-limit" "19" "--offload-new-driver" "-fhip-new-launch-api" "--no-offloadlib" "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fwrapv" "-fms-compatibility-version=19.44.35227" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-cuid=60d488529f1b2538" "-fcuda-allow-variadic-functions" "-faddrsig" "-o" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.s" "-x" "ir" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.bc"
# | 14: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1as" "-triple" "x86_64-pc-windows-msvc19.44.35227" "-filetype" "obj" "-main-file-name" "hip-windows-filename.hip" "-target-cpu" "x86-64" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-dwarf-version=4" "-mrelocation-model" "pic" "-o" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.o" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.s"
# | 15: "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang-linker-wrapper" "--should-extract=gfx908:xnack+" "--device-compiler=amdgpu-amd-amdhsa=-save-temps=cwd" "--device-compiler=amdgpu-amd-amdhsa=-flto=full" "--host-triple=x86_64-pc-windows-msvc" "--save-temps" "--linker-path=C:\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\bin\\Hostx64\\x64\\link.exe" "-out:a.exe" "-defaultlib:libcmt" "-defaultlib:oldnames" "-nologo" "hip-windows-filename-host-x86_64-pc-windows-msvc19.44.35227.o"
# | check:9'3 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
### Clang-Unit
<details>
<summary>Clang-Unit.Basic/_/BasicTests_exe/OffloadArchTest/AMDGPUSubArchRoundTrip</summary>
```
Script:
--
C:\_work\llvm-project\llvm-project\build\tools\clang\unittests\Basic\.\BasicTests.exe --gtest_filter=OffloadArchTest.AMDGPUSubArchRoundTrip
--
unknown file
SEH exception with code 0x3221225501 thrown in the test body.
Stack trace:
```
</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/206483
More information about the llvm-branch-commits
mailing list