summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/sycl-macro.cpp
blob: 186df4ff569b9a99513f185666760eb6811efd2a (plain)
1
2
3
4
5
// 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