Remove verbose_generic_activity_with_arg
This commit is contained in:
parent
01ce2d0ea1
commit
f742d88326
5 changed files with 20 additions and 48 deletions
|
@ -605,7 +605,7 @@ pub(crate) fn run_pass_manager(
|
|||
module: &mut ModuleCodegen<ModuleLlvm>,
|
||||
thin: bool,
|
||||
) -> Result<(), FatalError> {
|
||||
let _timer = cgcx.prof.verbose_generic_activity_with_arg("LLVM_lto_optimize", &*module.name);
|
||||
let _timer = cgcx.prof.generic_activity_with_arg("LLVM_lto_optimize", &*module.name);
|
||||
let config = cgcx.config(module.kind);
|
||||
|
||||
// Now we have one massive module inside of llmod. Time to run the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue