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 e8ad199 commit e7e58f4Copy full SHA for e7e58f4
src/lib.rs
@@ -227,8 +227,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
227
sess: &Session,
228
outputs: &OutputFilenames,
229
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) {
230
- let _timer = sess.timer("finish_ongoing_codegen");
231
-
232
ongoing_codegen.downcast::<driver::aot::OngoingCodegen>().unwrap().join(sess, outputs)
233
}
234
0 commit comments