1 // RUN: %clang_cc1 -verify -fopenmp -fopenmp-version=51 -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s
2 // RUN: %clang_cc1 -fopenmp -fopenmp-version=51 -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s
3 // RUN: %clang_cc1 -fopenmp -fopenmp-version=51 -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -debug-info-kind=limited -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
4 // RUN: %clang_cc1 -verify -fopenmp -fopenmp-version=51 -fopenmp-enable-irbuilder -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s
5 // RUN: %clang_cc1 -fopenmp -fopenmp-version=51 -fopenmp-enable-irbuilder -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s
6 // RUN: %clang_cc1 -fopenmp -fopenmp-version=51 -fopenmp-enable-irbuilder -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -debug-info-kind=limited -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
8 // RUN: %clang_cc1 -verify -fopenmp-simd -fopenmp-version=51 -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck --check-prefix SIMD-ONLY0 %s
9 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=51 -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s
10 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=51 -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -debug-info-kind=limited -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck --check-prefix SIMD-ONLY0 %s
11 // SIMD-ONLY0-NOT: {{__kmpc|__tgt}}
12 // expected-no-diagnostics
20 #pragma omp flush seq_cst
21 #pragma omp flush acq_rel
22 #pragma omp flush acquire
23 #pragma omp flush release
32 #pragma omp flush seq_cst
33 #pragma omp flush acq_rel
34 #pragma omp flush acquire
35 #pragma omp flush release
37 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
38 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
39 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
40 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
41 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
42 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
44 // CHECK: call {{.*}} [[TMAIN:@.+]](
49 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
50 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
51 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
52 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
53 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
54 // CHECK: call {{.*}}void @__kmpc_flush(ptr {{(@|%).+}})
57 // CHECK-NOT: line: 0,