rust/compiler/rustc_codegen_llvm
2024-11-11 07:33:39 +01:00
..
src target_features: explain what exacty 'implied' means here 2024-11-11 07:33:39 +01:00
Cargo.toml
messages.ftl mark some target features as 'forbidden' so they cannot be (un)set 2024-11-04 22:56:47 +01: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.