We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b8aa3 commit b9b627fCopy full SHA for b9b627f
clang/test/OpenMP/dispatch_unsupported.c
@@ -1,6 +1,6 @@
1
-// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -verify=expected
+// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -o /dev/null -verify=expected
2
3
-// expected-error@+2 {{cannot compile this OpenMP dispatch directive yet}}
+// expected-error@+2 {{cannot compile this OpenMP dispatch directive yet}}
4
void a(){
5
#pragma omp dispatch
6
a();
0 commit comments