[circt-bmc] Fix elif -> else to make it compile without execution engine

This commit is contained in:
Martin Erhart 2024-09-30 15:34:37 +02:00
parent 6e4e86666c
commit e66d68089b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ static cl::list<std::string> sharedLibs{
"shared-libs", llvm::cl::desc("Libraries to link dynamically"),
cl::MiscFlags::CommaSeparated, llvm::cl::cat(mainCategory)};
#elif
#else
enum OutputFormat { OutputMLIR, OutputLLVM, OutputSMTLIB };
static cl::opt<OutputFormat> outputFormat(