forked from OSchip/llvm-project
[Sema] Retarget test to a specific platform for consistent datasizes
Attempt to satisfy llvm-clang-x86_64-expensive-checks-win by targeting x86_64-apple-darwin10 for Sema/vector-ops.c. The underlying failure is due to datatype differences between platforms. llvm-svn: 299643
This commit is contained in:
parent
4e682348a2
commit
266f8f8d4c
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion
|
||||
// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion -triple x86_64-apple-darwin10
|
||||
typedef unsigned int v2u __attribute__ ((vector_size (8)));
|
||||
typedef int v2s __attribute__ ((vector_size (8)));
|
||||
typedef float v2f __attribute__ ((vector_size(8)));
|
||||
|
|
Loading…
Reference in New Issue