blob: 2d0fb12af0d4abffb163ce2ff41df19515bfdbe4 (
plain)
1
2
3
4
5
6
|
; RUN: not llc -mtriple=aarch64-- -filetype=null %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: unsupported calling convention
define amdgpu_gfx void @amdgpu_gfx_func_definition() {
ret void
}
|