mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
5a2a3f3b74
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: https://github.com/rust-lang/rust/compare/5c49c4f7c8393c861b849441d27f5d40e0f1e33b...873d4682c7d285540b8f28bfe637006cef8918a6 This merge was created using https://github.com/rust-lang/josh-sync.
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.