blob: 8d1c9a52b24289479478c4810e751eb9c1e3857e [file] [log] [blame] [view]
Irina Popab63d7e22018-05-08 13:10:161The `codegen` crate contains the code to convert from MIR into LLVM IR,
2and then from LLVM IR into machine code. In general it contains code
3that runs towards the end of the compilation process.
4
5For more information about how codegen works, see the [rustc guide].
6
7[rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/codegen.html