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 7b34aee commit 822986fCopy full SHA for 822986f
clang/test/Preprocessor/sycl-macro.cpp
@@ -8,7 +8,7 @@
8
// RUN: --check-prefix=CHECK-NO-SYCL_FIT_IN_INT %s
9
// RUN: %clang_cc1 %s -triple nvptx64-nvidia-cuda -target-cpu sm_80 -fsycl-is-device -E -dM | FileCheck \
10
// RUN: --check-prefix=CHECK-CUDA %s -DARCH_CODE=800
11
-// RUN: %clangxx %s -fsycl -nocudalib -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --offload-arch=sm_80 -E -dM | FileCheck \
+// RUN: %clangxx %s -fsycl -nocudalib -fno-sycl-libspirv -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --offload-arch=sm_80 -E -dM | FileCheck \
12
// RUN: --check-prefix=CHECK-CUDA-SYCL-DRIVER %s
13
// RUN: %clang_cc1 %s -triple amdgcn-amd-amdhsa -target-cpu gfx906 -fsycl-is-device -E -dM | FileCheck --check-prefix=CHECK-HIP %s
14
0 commit comments