[clang] [llvm] [HLSL] Implement the `reflect` HLSL function (PR #122992)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 16:22:35 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `clang,llvm` at step 7 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/17567
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/SPIRV/opencl/reflect-error.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: not /b/1/llvm-x86_64-debian-dylib/build/bin/llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll -o /dev/null 2>&1 | /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll
+ not /b/1/llvm-x86_64-debian-dylib/build/bin/llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll -o /dev/null
+ /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll
RUN: at line 2: not /b/1/llvm-x86_64-debian-dylib/build/bin/llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll -o /dev/null 2>&1 | /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll
+ not /b/1/llvm-x86_64-debian-dylib/build/bin/llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll -o /dev/null
+ /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll
RUN: at line 3: not
+ not
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/122992
More information about the llvm-commits
mailing list