diff options
author | Joey Gouly <joey.gouly@arm.com> | 2013-02-21 13:42:33 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@arm.com> | 2013-02-21 13:42:33 +0000 |
commit | c975cdcc58afc66ca51a2e46479cf80fbb01acc9 (patch) | |
tree | 568ce619965de1c3a982b2db657b4d5eb1f597e5 /clang/test/CodeGenOpenCL | |
parent | 15eeddebdcc375834252b8df3c2835e8131a35ec (diff) | |
download | bcm5719-llvm-c975cdcc58afc66ca51a2e46479cf80fbb01acc9.tar.gz bcm5719-llvm-c975cdcc58afc66ca51a2e46479cf80fbb01acc9.zip |
Add a 64-bit triple to these tests, to fix 32-bit bots.
llvm-svn: 175736
Diffstat (limited to 'clang/test/CodeGenOpenCL')
-rw-r--r-- | clang/test/CodeGenOpenCL/logical-ops.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenOpenCL/logical-ops.cl b/clang/test/CodeGenOpenCL/logical-ops.cl index 55302005152..ac1c1b5454b 100644 --- a/clang/test/CodeGenOpenCL/logical-ops.cl +++ b/clang/test/CodeGenOpenCL/logical-ops.cl @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - -cl-std=CL1.2 -O1 | FileCheck %s +// RUN: %clang_cc1 %s -emit-llvm -o - -cl-std=CL1.2 -O1 -triple x86_64-unknown-linux-gnu | FileCheck %s #pragma OPENCL EXTENSION cl_khr_fp64 : enable |