1 // REQUIRES: amdgpu-registered-target
3 // RUN: %clang_cc1 -triple x86_64-mingw64 -emit-llvm-bc -target-cpu x86-64 -fopenmp -fopenmp-targets=amdgcn-amd-amdhsa -o %t.bc -x c++ %s
4 // RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -aux-triple x86_64-mingw64 -fsyntax-only -target-cpu gfx900 -fopenmp -fopenmp-is-target-device -fopenmp-host-ir-file-path %t.bc -x c++ %s
5 // expected-no-diagnostics
9 constexpr double operator"" _X (long double a
)
18 #pragma omp target map(tofrom: a)
20 #pragma omp teams num_teams(1) thread_limit(4)