Skip to content

Commit 822986f

Browse files
committed
Add -fno-sycl-libspirv option to sycl-macro.cpp test
1 parent 7b34aee commit 822986f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Preprocessor/sycl-macro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// RUN: --check-prefix=CHECK-NO-SYCL_FIT_IN_INT %s
99
// RUN: %clang_cc1 %s -triple nvptx64-nvidia-cuda -target-cpu sm_80 -fsycl-is-device -E -dM | FileCheck \
1010
// 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 \
11+
// RUN: %clangxx %s -fsycl -nocudalib -fno-sycl-libspirv -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --offload-arch=sm_80 -E -dM | FileCheck \
1212
// RUN: --check-prefix=CHECK-CUDA-SYCL-DRIVER %s
1313
// RUN: %clang_cc1 %s -triple amdgcn-amd-amdhsa -target-cpu gfx906 -fsycl-is-device -E -dM | FileCheck --check-prefix=CHECK-HIP %s
1414

0 commit comments

Comments
 (0)