We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee6122 commit 3b97561Copy full SHA for 3b97561
sycl/test-e2e/Basic/spirv_device_obj_smoke.cpp
@@ -1,6 +1,6 @@
1
// UNSUPPORTED: cuda || hip
2
-// RUN: clang++ -fsycl -fsycl-device-obj=spirv -c -o %t.o %s
3
-// RUN: clang++ -fsycl -o %t.out %t.o
+// RUN: %clangxx -fsycl -fsycl-device-obj=spirv -c -o %t.o %s
+// RUN: %clangxx -fsycl -o %t.out %t.o
4
// RUN: %{run} %t.out
5
6
// This test verifies SPIR-V based fat objects.
0 commit comments