rust/compiler/rustc_codegen_llvm
Nicholas Nethercote e9288e7e90 Remove last remnants of rustc_query_system.
At this point module `ich` is the only thing left.
2026-02-16 22:56:47 +11:00
..
src Rollup merge of #152132 - folkertdev:carryless-mul, r=Mark-Simulacrum 2026-02-14 23:17:31 -05:00
Cargo.toml Remove last remnants of rustc_query_system. 2026-02-16 22:56:47 +11:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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.