brintos

brintos / llvm-project-archived public Read only

0
0
Text · 159 B · 2785a2e Raw
5 lines · plain
1; RUN: not lli --entry-function= %s 2>&1 | FileCheck %s2;3; Test empty --entry-function yields an error.4; CHECK: error: --entry-function name cannot be empty5