How to preserve MLIR that was needed to compile mojo source code

49 views Asked by At

How do you retrieve the MLIR that was needed to compile a mojo source file. I'm looking for something similar to the -S option to gcc that saves asm files.

The mojo CLI gives no hint on how to do this, and the documentation is scarce on this topic, but this must have been possible, especially when debugging the mojo compiler.

0

There are 0 answers