Skip to content

Commit 3c9c60c

Browse files
author
Georgi Mirazchiyski
committed
Remove unnecessary define from the -cc1 line
1 parent c9e6676 commit 3c9c60c

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
@@ -6,7 +6,7 @@
66
// RUNx: %clang_cc1 %s -fsycl-id-queries-fit-in-int -fsycl-is-device -E -dM -fms-compatibility | FileCheck --check-prefix=CHECK-MSVC %s
77
// RUN: %clang_cc1 -fno-sycl-id-queries-fit-in-int %s -E -dM | FileCheck \
88
// RUN: --check-prefix=CHECK-NO-SYCL_FIT_IN_INT %s
9-
// RUN: %clang_cc1 %s -triple nvptx64-nvidia-cuda -target-cpu sm_80 -DARCH_CODE=800 -fsycl-is-device -E -dM | FileCheck \
9+
// 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
1111
// RUN: %clangxx %s -fsycl -nocudalib -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --offload-arch=sm_80 -E -dM | FileCheck \
1212
// RUN: --check-prefix=CHECK-CUDA-SYCL-DRIVER %s

0 commit comments

Comments
 (0)