brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · 38b6a24 Raw
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