Skip to content

Commit ce0c563

Browse files
Add =omp back
1 parent fb199a1 commit ce0c563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/X86/mmx-inline-asm-error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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
2+
// RUN: %clang_cc1 -verify=omp -triple x86_64-unknown-unknown -emit-llvm-only -fopenmp %s
33
typedef int vec256 __attribute__((ext_vector_type(8)));
44

55
vec256 foo(vec256 in) {

0 commit comments

Comments
 (0)