brintos

brintos / llvm-project-archived public Read only

0
0
Text · 337 B · 9f37376 Raw
6 lines · cpp
1// RUN: %clang_cc1 %s -triple nvptx64 -aux-triple x86_64-unknown-linux-gnu -E -dM | FileCheck %s2// RUN: %clang_cc1 %s -fopenmp -fopenmp-is-target-device -triple nvptx64 -aux-triple x86_64-unknown-linux-gnu -E -dM | FileCheck --check-prefix=CHECK-OMP-DEVICE %s3 4// CHECK-NOT:#define __x86_64__ 15// CHECK-OMP-DEVICE:#define __x86_64__ 16