rust/compiler/rustc_codegen_llvm
2021-09-20 14:50:35 -07:00
..
src Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dylib")]. 2021-09-20 14:50:35 -07:00
Cargo.toml Use a separate interner type for UniqueTypeId 2021-09-13 14:42:06 +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.