rust/compiler/rustc_codegen_llvm
2022-09-18 13:26:03 -07:00
..
src Remove -Znew-llvm-pass-manager 2022-09-18 13:26:03 -07:00
Cargo.toml Remove support for LLVM's legacy pass manager 2022-09-18 13:25:49 -07:00
README.md

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.