Fix review comments
This commit is contained in:
parent
e006e2c9c6
commit
3c0d3f2bf1
@ -412,7 +412,7 @@ pub(crate) fn run_aot(
|
|||||||
)
|
)
|
||||||
.0
|
.0
|
||||||
}
|
}
|
||||||
CguReuse::PreLto => unreachable!(),
|
CguReuse::PreLto => unreachable!("LTO not yet supported"),
|
||||||
CguReuse::PostLto => {
|
CguReuse::PostLto => {
|
||||||
concurrency_limiter.job_already_done();
|
concurrency_limiter.job_already_done();
|
||||||
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))
|
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))
|
||||||
|
Loading…
Reference in New Issue
Block a user