Skip to content
Snippets Groups Projects
Commit a6257a27 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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
parent 77ebcbe8
No related branches found
No related tags found
No related merge requests found
// 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 // test that we generate address space casts everywhere we need conversions of
// pointers to different address spaces // pointers to different address spaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment