rust/compiler/rustc_codegen_llvm
Wesley Wiser 6c45608558 Update compiler/rustc_codegen_llvm/src/lib.rs
Co-authored-by: Josh Stone <cuviper@gmail.com>
(cherry picked from commit 10110787154154cddfaaacdeebd7a4406223a25b)
2023-11-30 16:53:42 -08:00
..
2023-10-30 08:46:02 +11: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.