We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5966e4 commit c637a84Copy full SHA for c637a84
src/lib.rs
@@ -241,6 +241,8 @@ impl CodegenBackend for CraneliftCodegenBackend {
241
sess: &Session,
242
outputs: &OutputFilenames,
243
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) {
244
+ let _timer = sess.timer("finish_ongoing_codegen");
245
+
246
ongoing_codegen.downcast::<driver::aot::OngoingCodegen>().unwrap().join(
247
sess,
248
outputs,
0 commit comments