rust/compiler/rustc_codegen_llvm
Nicholas Nethercote 2017aeff88 Use IntoIterator for mk_fn_sig.
This makes a lot of call sites nicer.
2023-02-17 22:24:34 +11:00
..
src Use IntoIterator for mk_fn_sig. 2023-02-17 22:24:34 +11: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.