Add MLIRContext CL options to npcomp-opt.

pull/2/head
Stella Laurenzo 2020-08-01 16:06:58 -07:00
parent 9d5d802cc8
commit 624d4c6c50
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static llvm::cl::opt<bool>
int main(int argc, char **argv) {
mlir::registerAsmPrinterCLOptions();
mlir::registerMLIRContextCLOptions();
mlir::registerAllDialects();
mlir::registerAllPasses();