xref: /llvm-project/llvm/test/ExecutionEngine/Orc/empty-entry-function.ll (revision ce6303f0e6358b9f3121bafab6b20e52ab9a8408)
1*ce6303f0SCullen Rhodes; RUN: not lli --entry-function= %s 2>&1 | FileCheck %s
2*ce6303f0SCullen Rhodes;
3*ce6303f0SCullen Rhodes; Test empty --entry-function yields an error.
4*ce6303f0SCullen Rhodes; CHECK: error: --entry-function name cannot be empty
5