[PATCH] D30816: [OpenCL] Added implicit conversion rank for overloading functions with vector data type in OpenCL

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 05:39:00 PDT 2017


bader added inline comments.


================
Comment at: test/SemaOpenCL/overload_addrspace_resolution.cl:1
-// RUN: %clang_cc1 -cl-std=CL2.0 -emit-llvm -o - -triple x86_64-unknown-unknown %s | FileCheck %s
+// RUN: %clang_cc1 -cl-std=CL2.0 -emit-llvm -o - -triple spir-unknown-unknown %s | FileCheck %s
 
----------------
Egor, I think you forgot to move the test to CodeGenOpenCL directory.


https://reviews.llvm.org/D30816





More information about the cfe-commits mailing list