rust/compiler/rustc_codegen_llvm
2021-08-05 11:06:32 -07:00
..
src Only allow LLVM element_type on Array and Vector 2021-08-05 11:06:32 -07:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07: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.