Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/test/Driver/sycl-offload-new-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@

// Verify for multiple targets with -Xsycl-target-backend= with commas in the values
// are passed correctly to llvm-offload-binary.
// RUN: %clangxx -fsycl -### --offload-new-driver \
// RUN: %clangxx -fsycl -### --offload-new-driver -fno-sycl-libspirv \
// RUN: -fsycl-targets=nvptx64-nvidia-cuda,amdgcn-amd-amdhsa,spir64_gen \
// RUN: -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx908,gfx1010 \
// RUN: -Xsycl-target-backend=nvptx64-nvidia-cuda --offload-arch=sm_86,sm_87,sm_89 \
Expand Down
Loading