Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
ExecutionEngine
/
Orc
/
empty-entry-function.ll
blob: 2785a2eb8a46546c2be10df73451c792aa64416a [
file
] [
log
] [
blame
]
; RUN: not lli --entry-function= %s 2>&1 | FileCheck %s
;
; Test empty --entry-function yields an error.
; CHECK: error: --entry-function name cannot be empty