rust/src/librustc_codegen_llvm
Mazdak Farrokhzad accc6e7e4a
Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov
Move syntax::ext to a syntax_expand and refactor some attribute logic

Part of https://github.com/rust-lang/rust/pull/65324.

r? @petrochenkov
2019-10-17 13:46:11 +02:00
..
2019-10-13 14:43:58 +02:00
2019-10-12 20:44:05 +02:00
2019-10-13 14:35:14 +02:00
2019-10-13 14:43:57 +02:00
2019-10-13 14:43:58 +02:00
2019-10-13 14:43:57 +02:00
2019-10-04 20:47:43 +08: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.