Merge commit '1fa693ca44
' into sync_cg_clif-2024-11-09
This commit is contained in:
commit
c94f759f10
17 changed files with 52 additions and 26 deletions
|
@ -241,6 +241,8 @@ 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue