Adding an explicit triple to this test to get it to pass all build bots.

llvm-svn: 222837
This commit is contained in:
Aaron Ballman 2014-11-26 16:17:20 +00:00
parent b52e3aba3f
commit eda0373900
1 changed files with 1 additions and 1 deletions

View File

@ -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