mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
763749c481
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: 1be6b13be7
Filtered ref: c2f66d57037ceb012cfd97c83feff7e7edb7dd40
Upstream diff: https://github.com/rust-lang/rust/compare/d3e1ccdf40ae7b7a6dc81edc073d80dad7b66f75...1be6b13be73dc12e98e51b403add4c41a0b77759
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.