blob: 62183cb7cf7f4107d4c989b4e767730826485b90 [file]
; RUN: not --crash llc -O0 -mtriple=spirv64-unknown-unknown %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: SPIR-V entry point function must have a name
define spir_kernel void @0() {
ret void
}