From 550ae89a710bf458d47e5b1d183f5e7039c2b384 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 30 May 2017 17:37:44 +0000 Subject: Vendor import of clang trunk r304222: https://llvm.org/svn/llvm-project/cfe/trunk@304222 --- test/CodeGenOpenCL/bool_cast.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGenOpenCL') diff --git a/test/CodeGenOpenCL/bool_cast.cl b/test/CodeGenOpenCL/bool_cast.cl index 8c86b06577d6..ab40eccf571f 100644 --- a/test/CodeGenOpenCL/bool_cast.cl +++ b/test/CodeGenOpenCL/bool_cast.cl @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - -O0 | FileCheck %s +// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -o - -O0 | FileCheck %s typedef unsigned char uchar4 __attribute((ext_vector_type(4))); typedef unsigned int int4 __attribute((ext_vector_type(4))); -- cgit v1.3