Files
rust/src/librustc_codegen_llvm
Mazdak Farrokhzad 89a69fd76d Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
Migrate internal diagnostic registration to macro_rules

Review is best done commit-by-commit.

Fixes #64132.
2019-09-07 20:01:44 +02:00
..
2019-07-09 21:55:29 +02:00
2019-07-03 10:01:02 +02:00
2018-12-25 21:08:33 -07:00
2019-09-05 12:35:18 -04:00
2019-07-09 21:55:29 +02:00
2019-09-05 12:35:18 -04:00
2019-07-07 09:32:36 +02: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.