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:
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| messages.ftl | ||
| README.md | ||
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.