Skip to content

Commit

Permalink
[circt-bmc] Fix elif -> else to make it compile without execution engine
Browse files Browse the repository at this point in the history
  • Loading branch information
maerhart committed Sep 30, 2024
1 parent 6e4e866 commit e66d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circt-bmc/circt-bmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e66d680

Please sign in to comment.