
Should switch this to DiagnosticInfo and use the default calling convention, but that would require passing in the context.
7 lines
204 B
LLVM
7 lines
204 B
LLVM
; 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
|
|
}
|