Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
clang
/
test
/
Preprocessor
/
sycl-macro.cpp
blob: 186df4ff569b9a99513f185666760eb6811efd2a [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -E -dM | FileCheck %s
// RUN: %clang_cc1 %s -fsycl-is-device -E -dM | FileCheck --check-prefix=CHECK-SYCL %s
// CHECK-NOT:#define __SYCL_DEVICE_ONLY__ 1
// CHECK-SYCL:#define __SYCL_DEVICE_ONLY__ 1