blob: a467c08150500918347023ec0fce0ea3529af276 [file] [edit]
// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -triple amdgpu-unknown-unknown -emit-llvm -o - %s | FileCheck %s
// CHECK: define{{.*}} amdgpu_kernel void @calling_conv_amdgpu_kernel()
kernel void calling_conv_amdgpu_kernel()
{
}
// CHECK: define{{.*}} void @calling_conv_none()
void calling_conv_none()
{
}