Skip to content

Commit 3ce5111

Browse files
committed
address lit test feedback
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 55c6d06 commit 3ce5111

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

clang/test/Preprocessor/builtin_aux_info.cpp

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
// REQUIRES: spirv-registered-target
2-
// REQUIRES: x86-registered-target
3-
41
// RUN: %clang_cc1 -fopenmp -triple=spirv64 -fopenmp-is-target-device \
52
// RUN: -aux-triple x86_64-linux-unknown -E %s | FileCheck -implicit-check-not=BAD %s
63

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+
713
// CHECK: GOOD
814
#if __has_builtin(__builtin_ia32_pause)
915
BAD

0 commit comments

Comments
 (0)