]> git.lizzy.rs Git - rust.git/blob - src/librustc_trans/README.md
Fixes doc important trait display on mobile
[rust.git] / src / librustc_trans / README.md
1 NB: This crate is part of the Rust compiler. For an overview of the
2 compiler as a whole, see
3 [the README.md file found in `librustc`](../librustc/README.md).
4
5 The `trans` crate contains the code to convert from MIR into LLVM IR,
6 and then from LLVM IR into machine code. In general it contains code
7 that runs towards the end of the compilation process.