rust/compiler/rustc_codegen_llvm
bors 6e0b554619 Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbini
Update to new bootstrap compiler

r? `@pietroalbini`
2021-06-29 18:33:13 +00:00
..
src Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbini 2021-06-29 18:33:13 +00:00
Cargo.toml Drop metadata_encoding_version. 2021-06-01 21:12:27 +02:00
README.md

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.