Add finish_ongoing_codegen timer in join_codegen to match cg_llvm
This commit is contained in:
parent
b5966e4e88
commit
c637a84ad4
@ -241,6 +241,8 @@ fn join_codegen(
|
||||
sess: &Session,
|
||||
outputs: &OutputFilenames,
|
||||
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) {
|
||||
let _timer = sess.timer("finish_ongoing_codegen");
|
||||
|
||||
ongoing_codegen.downcast::<driver::aot::OngoingCodegen>().unwrap().join(
|
||||
sess,
|
||||
outputs,
|
||||
|
Loading…
Reference in New Issue
Block a user