rust/compiler/rustc_codegen_llvm
2022-09-06 14:16:54 +08:00
..
src get_attr should check that no duplicates are allowed 2022-09-06 14:16:54 +08:00
Cargo.toml Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00: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.