[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / Orc / empty-entry-function.ll
blob2785a2eb8a46546c2be10df73451c792aa64416a
1 ; RUN: not lli --entry-function= %s 2>&1 | FileCheck %s
3 ; Test empty --entry-function yields an error.
4 ; CHECK: error: --entry-function name cannot be empty