brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · 2d0fb12 Raw
7 lines · plain
1; RUN: not llc -mtriple=aarch64-- -filetype=null %s 2>&1 | FileCheck %s2 3; CHECK: LLVM ERROR: unsupported calling convention4define amdgpu_gfx void @amdgpu_gfx_func_definition() {5  ret void6}7