# RUN: at line 2
/__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/host_task_depends.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/host_task_depends.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/host_task_depends.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/host_task_depends.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 3
env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/Basic/Output/host_task_depends.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/Basic/Output/host_task_depends.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11
Describe the bug
See https://github.com/intel/llvm/actions/runs/27990882344/job/82845826148?pr=22326
To reproduce
Environment
clang++ --version]sycl-ls --verbose]Additional context
No response