rust/compiler/rustc_codegen_llvm
2023-02-14 20:54:25 -05:00
..
src Add kernel-address sanitizer support for freestanding targets 2023-02-14 20:54:25 -05: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.