Files
rust/src/librustc_codegen_llvm
Dylan DPC 1b40067ffc Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk
rustc_target::abi: rename FieldPlacement to FieldsShape.

Originally suggested by @eddyb.
2020-04-01 22:25:18 +02:00
..
2020-03-26 15:49:22 +00:00
2020-03-31 21:02:51 -04:00
2020-03-26 15:49:22 +00:00
2020-03-31 21:02:51 -04:00
2020-03-30 07:19:55 +02:00
2020-03-30 07:16:56 +02:00
2020-03-31 21:02:51 -04:00
2020-03-30 07:02:56 +02:00
2020-03-30 07:16:56 +02:00
2020-03-30 07:16:56 +02:00
2020-03-30 07:16:56 +02:00
2020-03-30 07:19:55 +02:00
2020-03-30 07:16:56 +02:00
2020-03-31 21:02:51 -04:00
2020-03-30 10:09:51 -04: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 dev guide.