Skip to content

Commit 7a80a5d

Browse files
committed
[NFC][Clang][OpenMP] Fix the test issue of incompatible pointer size
1 parent c14ca4c commit 7a80a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/OpenMP/ompx_bare_messages.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cc1 -verify -fopenmp %s
2-
// RUN: %clang_cc1 -verify -fopenmp-simd %s
3-
// RUN: %clang_cc1 -verify -fopenmp -fopenmp-targets=nvptx64 %s
1+
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-unknown %s
2+
// RUN: %clang_cc1 -verify -fopenmp-simd -triple x86_64-unknown-unknown %s
3+
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-unknown -fopenmp-targets=nvptx64 %s
44

55
void foo() {
66
}

0 commit comments

Comments
 (0)