Files
rust/src/librustc_codegen_llvm
kennytm 540f4cfa71 Rollup merge of #56341 - frewsxcv:frewsxcv-util-cstr, r=Mark-Simulacrum
Rename conversion util; remove duplicate util in librustc_codegen_llvm.
2018-12-01 02:03:47 +08:00
..
2018-10-08 16:55:04 +02:00
2018-05-17 15:08:30 +03:00
2018-11-22 20:20:23 +01:00
2018-11-13 14:45:31 -05:00
2018-11-26 15:03:13 -06:00

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 guide.