rust/compiler/rustc_codegen_llvm
Yannick Koehler 11381a5a3a Add new target armv7-unknown-linux-uclibceabihf
Co-authored-by: Jonah Petri <jonah@petri.us>
2021-10-06 14:33:13 +00:00
..
src Add new target armv7-unknown-linux-uclibceabihf 2021-10-06 14:33:13 +00:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02: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.