How to use Kotlin Native to emit LLVM IR (.bc or .ll) files?

44 views Asked by At

I wish to extract human readable IR from kotlin files but am not able to find the command that would do something analogous to the -emit-llvm option in clang. Given that kotlin native uses LLVM I figure it must also be possible to obtain this IR.

0

There are 0 answers