Skip to content

Commit

Permalink
Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot
Browse files Browse the repository at this point in the history
A bunch of cleanups

These are all extracted from a branch I have to get rid of driver queries. Most of the commits are not directly necessary for this, but were found in the process of implementing the removal of driver queries.

Previous PR: rust-lang/rust#132410
  • Loading branch information
matthiaskrgr authored Dec 9, 2024
2 parents 4d01ca8 + e7e58f4 commit 14f1291
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
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)
}
}
Expand Down

0 comments on commit 14f1291

Please sign in to comment.