Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame^] | 1 | The `codegen` crate contains the code to convert from MIR into LLVM IR, |
2 | and then from LLVM IR into machine code. In general it contains code | ||||
3 | that runs towards the end of the compilation process. | ||||
4 | |||||
5 | For more information about how codegen works, see the [rustc guide]. | ||||
6 | |||||
7 | [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/codegen.html |