File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- // REQUIRES: spirv-registered-target
2
- // REQUIRES: x86-registered-target
3
-
4
1
// RUN: %clang_cc1 -fopenmp -triple=spirv64 -fopenmp-is-target-device \
5
2
// RUN: -aux-triple x86_64-linux-unknown -E %s | FileCheck -implicit-check-not=BAD %s
6
3
4
+ // RUN: %clang_cc1 -fopenmp -triple=nvptx64 -fopenmp-is-target-device \
5
+ // RUN: -aux-triple x86_64-linux-unknown -E %s | FileCheck -implicit-check-not=BAD %s
6
+
7
+ // RUN: %clang_cc1 -fopenmp -triple=amdgcn-amd-amdhsa -fopenmp-is-target-device \
8
+ // RUN: -aux-triple x86_64-linux-unknown -E %s | FileCheck -implicit-check-not=BAD %s
9
+
10
+ // RUN: %clang_cc1 -fopenmp -triple=aarch64 -fopenmp-is-target-device \
11
+ // RUN: -aux-triple x86_64-linux-unknown -E %s | FileCheck -implicit-check-not=BAD %s
12
+
7
13
// CHECK: GOOD
8
14
#if __has_builtin(__builtin_ia32_pause)
9
15
BAD
You can’t perform that action at this time.
0 commit comments