mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Adding an explicit triple to this test to get it to pass all build bots.
llvm-svn: 222837
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user