rust/compiler/rustc_codegen_llvm
2023-02-18 19:47:34 +00:00
..
src Make dyn* have the same scalar pair ABI as corresponding fat pointer 2023-02-18 19:47:34 +00:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03: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.