Skip to content

Commit e66d680

Browse files
committed
[circt-bmc] Fix elif -> else to make it compile without execution engine
1 parent 6e4e866 commit e66d680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/circt-bmc/circt-bmc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static cl::list<std::string> sharedLibs{
107107
"shared-libs", llvm::cl::desc("Libraries to link dynamically"),
108108
cl::MiscFlags::CommaSeparated, llvm::cl::cat(mainCategory)};
109109

110-
#elif
110+
#else
111111

112112
enum OutputFormat { OutputMLIR, OutputLLVM, OutputSMTLIB };
113113
static cl::opt<OutputFormat> outputFormat(

0 commit comments

Comments
 (0)