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 fb199a1 commit ce0c563Copy full SHA for ce0c563
clang/test/CodeGen/X86/mmx-inline-asm-error.c
@@ -1,5 +1,5 @@
1
// RUN: %clang_cc1 -verify -triple x86_64-unknown-unknown -emit-llvm-only %s
2
-// RUN: %clang_cc1 -verify -triple x86_64-unknown-unknown -emit-llvm-only -fopenmp %s
+// RUN: %clang_cc1 -verify=omp -triple x86_64-unknown-unknown -emit-llvm-only -fopenmp %s
3
typedef int vec256 __attribute__((ext_vector_type(8)));
4
5
vec256 foo(vec256 in) {
0 commit comments