Sign in
llvm
/
llvm-project
/
ba7d78ac4597c99e1815646d711cf736ead4f54a
/
.
/
llvm
/
test
/
CodeGen
/
AArch64
/
unsupported-cc-func.ll
blob: 2d0fb12af0d4abffb163ce2ff41df19515bfdbe4 [
file
] [
log
] [
blame
]
; RUN: not llc -mtriple=aarch64-- -filetype=null %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: unsupported calling convention
define
amdgpu_gfx
void
@amdgpu_gfx_func_definition
()
{
ret
void
}