Skip to content

Commit f5ce829

Browse files
authored
downgrade build msg to debug msg (#142)
1 parent 675a9a8 commit f5ce829

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/back/lto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ pub(crate) fn run_pass_manager(
619619
// We will run this again with different values in the context of automatic differentiation.
620620
let first_run = true;
621621
let noop = false;
622-
dbg!("running llvm pm opt pipeline");
622+
debug!("running llvm pm opt pipeline");
623623
write::llvm_optimize(cgcx, dcx, module, config, opt_level, opt_stage, first_run, noop)?;
624624
}
625625
debug!("lto done");

0 commit comments

Comments
 (0)