mirror of https://github.com/llvm/circt.git
[circt-bmc] Fix elif -> else to make it compile without execution engine
This commit is contained in:
parent
6e4e86666c
commit
e66d68089b
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue