mirror of https://github.com/llvm/torch-mlir
Add MLIRContext CL options to npcomp-opt.
parent
9d5d802cc8
commit
624d4c6c50
|
@ -59,6 +59,7 @@ static llvm::cl::opt<bool>
|
|||
|
||||
int main(int argc, char **argv) {
|
||||
mlir::registerAsmPrinterCLOptions();
|
||||
mlir::registerMLIRContextCLOptions();
|
||||
|
||||
mlir::registerAllDialects();
|
||||
mlir::registerAllPasses();
|
||||
|
|
Loading…
Reference in New Issue