forked from OSchip/llvm-project
Adding an explicit triple to this test to get it to pass all build bots.
llvm-svn: 222837
This commit is contained in:
parent
b52e3aba3f
commit
eda0373900
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue