[PATCH] D47154: Try to make builtin address space declarations not useless

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 27 09:59:16 PDT 2018


yaxunl added inline comments.


================
Comment at: test/CodeGenOpenCL/builtins-amdgcn.cl:3
+// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgcn-unknown-unknown -S -emit-llvm -o - %s | FileCheck -enable-var-scope %s
+// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgcn-unknown-unknown-opencl -S -emit-llvm -o - %s | FileCheck -enable-var-scope %s
 
----------------
Please remove this line since we no longer use opencl in triple.


https://reviews.llvm.org/D47154





More information about the cfe-commits mailing list