Sign in
llvm
/
llvm-project
/
d88c89f860c205cda2c07b59fbb9ede70130818f
/
.
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
unsupported-calling-conv-func.ll
blob: 7ace7628a6e5b66c52f7e23db86612d64eb1264a [
file
] [
log
] [
blame
]
; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=null %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: unsupported calling convention
define
aarch64_sve_vector_pcs
void
@func
()
{
ret
void
}