rust/compiler/rustc_codegen_llvm
The rustc-josh-sync Cronjob Bot 5a2a3f3b74 Merge ref '873d4682c7' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: rust-lang/rust@873d4682c7
Filtered ref: rust-lang/rustc-dev-guide@94e6e4fdd6
Upstream diff: 5c49c4f7c8...873d4682c7

This merge was created using https://github.com/rust-lang/josh-sync.
2026-01-26 04:41:40 +00:00
..
src Merge ref '873d4682c7' from rust-lang/rust 2026-01-26 04:41:40 +00:00
Cargo.toml Removes the serde dependency in rustc_codegen_llvm 2025-12-28 15:52:20 +08:00
messages.ftl Modified to output error messages appropriate to the situation 2026-01-07 00:33:57 +09: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.