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 52cf73a commit aa8cce6Copy full SHA for aa8cce6
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 -triple x86_64-unknown-unknown -emit-llvm-only -fopenmp %s
+// RUN: %clang_cc1 -verify -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