rustc/compiler/rustc_codegen_llvm
2022-03-08 11:28:32 +00:00
..
src New upstream version 1.58.1+dfsg1 2022-03-08 11:28:32 +00:00
Cargo.toml New upstream version 1.58.1+dfsg1 2022-03-08 11:28:32 +00:00
README.md New upstream version 1.48.0~beta.8+dfsg1 2020-11-10 17:01:33 +00:00

The codegen crate contains the code to convert from MIR into LLVM IR, and then from LLVM IR into machine code. In general it contains code that runs towards the end of the compilation process.

For more information about how codegen works, see the rustc dev guide.