mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
956a6c064d
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: 88bd39beb3
Filtered ref: 7c1fca92d3f0e2336a4dc7665fe2bade6c7ec2eb
Upstream diff: https://github.com/rust-lang/rust/compare/c871d09d1cc32a649f4c5177bb819646260ed120...88bd39beb342e2ae7ded1eb7d58697416686d679
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.