Skip to content

Commit

Permalink
[NFC][Clang][OpenMP] Fix the test issue of incompatible pointer size
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltian committed Sep 29, 2023
1 parent c14ca4c commit 7a80a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/test/OpenMP/ompx_bare_messages.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -verify -fopenmp %s
// RUN: %clang_cc1 -verify -fopenmp-simd %s
// RUN: %clang_cc1 -verify -fopenmp -fopenmp-targets=nvptx64 %s
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-unknown %s
// RUN: %clang_cc1 -verify -fopenmp-simd -triple x86_64-unknown-unknown %s
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-unknown -fopenmp-targets=nvptx64 %s

void foo() {
}
Expand Down

0 comments on commit 7a80a5d

Please sign in to comment.