Skip to content

Commit 27770a7

Browse files
committed
Revert "[NFC][Clang][OpenMP] Fix the test issue of incompatible pointer size"
This reverts commit 7a80a5d.
1 parent 9f5960e commit 27770a7

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 -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
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
44

55
void foo() {
66
}

0 commit comments

Comments
 (0)