mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 17:01:03 +00:00
Refactor `codegen` `codegen` in `src/librustc_codegen_llvm/back/write.rs` is long and has complex control flow. These commits refactor it and make it easier to understand.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.