7 lines · plain
1; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=null %s 2>&1 | FileCheck %s2 3; CHECK: LLVM ERROR: unsupported calling convention4define aarch64_sve_vector_pcs void @func() {5 ret void6}7 1; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=null %s 2>&1 | FileCheck %s2 3; CHECK: LLVM ERROR: unsupported calling convention4define aarch64_sve_vector_pcs void @func() {5 ret void6}7