blob: e23c2309b62b33bb22b52e62696cc59d3e227ad6 [file] [edit]
; RUN: not --crash llc -mtriple=armv7-none-eabi < %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: Unsupported calling convention
define coldcc void @f() {
ret void
}