diff --git a/compiler/rustc_codegen_llvm/src/back/lto.rs b/compiler/rustc_codegen_llvm/src/back/lto.rs index d061571e9ded7..014e38f11be65 100644 --- a/compiler/rustc_codegen_llvm/src/back/lto.rs +++ b/compiler/rustc_codegen_llvm/src/back/lto.rs @@ -619,7 +619,7 @@ pub(crate) fn run_pass_manager( // We will run this again with different values in the context of automatic differentiation. let first_run = true; let noop = false; - dbg!("running llvm pm opt pipeline"); + debug!("running llvm pm opt pipeline"); write::llvm_optimize(cgcx, dcx, module, config, opt_level, opt_stage, first_run, noop)?; } debug!("lto done");