rust/compiler/rustc_codegen_llvm
Andy Wang 707f72c1df
Revert "Produce .dwo file for Packed as well"
This reverts commit 32810223c6b743de889eda96b442f621c293a848.
2021-12-13 11:40:59 +00:00
..
2021-10-07 15:08:44 +02: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.