Files
rust/compiler/rustc_codegen_llvm
Michael Goulet cb024ba6e3 is_closure_like
2024-02-11 22:09:52 +00:00
..
2024-02-11 22:09:52 +00: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.