rust/src/librustc_trans
bors 183329cf73 Auto merge of #44707 - GuillaumeGomez:rollup, r=arielb1
Rollup of 5 pull requests

- Successful merges: #44513, #44626, #44689, #44693, #44703
- Failed merges:
2017-09-20 10:04:31 +00:00
..
2017-09-17 10:25:50 -07:00
2017-09-18 12:14:52 +02:00
2017-09-17 10:25:50 -07:00
2017-09-17 09:41:43 -07:00
2017-09-18 12:14:52 +02:00
2017-09-17 10:25:50 -07:00
2017-09-17 10:25:50 -07:00
2017-09-17 10:25:50 -07:00

NB: This crate is part of the Rust compiler. For an overview of the compiler as a whole, see the README.md file found in librustc.

The trans 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.