rust/compiler/rustc_codegen_llvm
2021-12-01 10:03:45 +01:00
..
src fix sparc64 ABI for aggregates with floating point members 2021-12-01 10:03:45 +01:00
Cargo.toml Update to measureme v10 2021-10-07 15:08:44 +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.