forked from OSchip/llvm-project
[OpenCL] Fixed CL version in failing test.
llvm-svn: 314317
This commit is contained in:
parent
6c5605e772
commit
89a947da72
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -triple "spir-unknown-unknown" %s -emit-llvm -O0 -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -cl-std=CL2.0 -triple "spir-unknown-unknown" %s -emit-llvm -O0 -o - | FileCheck %s
|
||||
|
||||
typedef char char2 __attribute((ext_vector_type(2)));
|
||||
typedef char char3 __attribute((ext_vector_type(3)));
|
||||
|
|
Loading…
Reference in New Issue