[clang] [Clang][HIP] Forward hipstdpar flag to clang-linker-wrapper (PR #206497)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 01:49:51 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 54207 tests passed
* 1361 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.Driver/hipstdpar.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
not c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=x86_64-unknown-linux-gnu --hipstdpar --hipstdpar-path=/does/not/exist -nogpulib -nogpuinc --compile C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=HIPSTDPAR-MISSING-LIB C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c
# executed command: not 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=x86_64-unknown-linux-gnu --hipstdpar --hipstdpar-path=/does/not/exist -nogpulib -nogpuinc --compile 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=HIPSTDPAR-MISSING-LIB 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
# RUN: at line 7
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=x86_64-unknown-linux-gnu --hipstdpar --hipstdpar-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar --hipstdpar-thrust-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar/thrust --hipstdpar-prim-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar/rocprim -nogpulib -nogpuinc --compile C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=HIPSTDPAR-COMPILE C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=x86_64-unknown-linux-gnu --hipstdpar '--hipstdpar-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar' '--hipstdpar-thrust-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar/thrust' '--hipstdpar-prim-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar/rocprim' -nogpulib -nogpuinc --compile 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=HIPSTDPAR-COMPILE 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
# RUN: at line 13
touch C:\_work\llvm-project\llvm-project\build\tools\clang\test\Driver\Output\hipstdpar.c.tmp.o
# executed command: touch 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\Driver\Output\hipstdpar.c.tmp.o'
# note: command had no output on stdout or stderr
# RUN: at line 14
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=x86_64-unknown-linux-gnu --hipstdpar C:\_work\llvm-project\llvm-project\build\tools\clang\test\Driver\Output\hipstdpar.c.tmp.o 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=HIPSTDPAR-LINK C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=x86_64-unknown-linux-gnu --hipstdpar 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\Driver\Output\hipstdpar.c.tmp.o'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=HIPSTDPAR-LINK 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
# RUN: at line 27
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=x86_64-unknown-linux-gnu --hipstdpar --hipstdpar-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar -nogpulib -nogpuinc -c C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=HIPSTDPAR-NEW-DRV C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=x86_64-unknown-linux-gnu --hipstdpar '--hipstdpar-path=C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hipstdpar' -nogpulib -nogpuinc -c 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=HIPSTDPAR-NEW-DRV 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hipstdpar.c'
# note: command had no output on stdout or stderr
--
```
</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/206497
More information about the cfe-commits
mailing list