6 lines · cpp
1// RUN: %clang_cc1 %s -triple spir -aux-triple x86_64-unknown-linux-gnu -E -dM | FileCheck %s2// RUN: %clang_cc1 %s -fsycl-is-device -triple spir -aux-triple x86_64-unknown-linux-gnu -E -dM | FileCheck --check-prefix=CHECK-SYCL %s3 4// CHECK-NOT:#define __x86_64__ 15// CHECK-SYCL:#define __x86_64__ 16