mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 11:28:19 +00:00

rustc_codegen_ssa: use wall time for codegen_to_LLVM_IR time-passes entry Use elapsed wall time spent on codegen_to_LLVM_IR for all CGUs as a whole, rather than the sum for each CGU (the distinction matters for parallel builds, where some CGUs are processed in parallel).
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.