brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · 7ace762 Raw
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