blob: 7ace7628a6e5b66c52f7e23db86612d64eb1264a (
plain)
1
2
3
4
5
6
|
; 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
}
|