Skip to content

Commit aa8cce6

Browse files
Add -verify
1 parent 52cf73a commit aa8cce6

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 -triple x86_64-unknown-unknown -emit-llvm-only -fopenmp %s
2+
// RUN: %clang_cc1 -verify -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)