From a6257a27213d48592b5d14a8d945d67b80bffe18 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 26 Nov 2014 16:17:20 +0000 Subject: [PATCH] Adding an explicit triple to this test to get it to pass all build bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222837 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenOpenCL/address-spaces-conversions.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenOpenCL/address-spaces-conversions.cl b/test/CodeGenOpenCL/address-spaces-conversions.cl index b30be8d904..2c3ba032d7 100644 --- a/test/CodeGenOpenCL/address-spaces-conversions.cl +++ b/test/CodeGenOpenCL/address-spaces-conversions.cl @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -O0 -ffake-address-space-map -cl-std=CL2.0 -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -O0 -ffake-address-space-map -cl-std=CL2.0 -emit-llvm -o - | FileCheck %s // test that we generate address space casts everywhere we need conversions of // pointers to different address spaces -- 2.40.0