[PATCH] D33445: [AMDGPU] Do not require opencl triple environment for OpenCL

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 08:51:17 PDT 2017


yaxunl added inline comments.


================
Comment at: test/CodeGenOpenCL/amdgpu-alignment.cl:2
 // REQUIRES: amdgpu-registered-target
-// RUN: %clang_cc1 -triple amdgcn-unknown-unknown-opencl -S -disable-llvm-passes -emit-llvm -o - %s | FileCheck %s
 
----------------
tstellar wrote:
> You might want to have two run lines for each test, one with no environment and one with the -opencl environment to make sure that doesn't break in the future.  Otherwise, LGTM.
I will add them when committing. Thanks.


https://reviews.llvm.org/D33445





More information about the cfe-commits mailing list