Fix review comments
This commit is contained in:
parent
7f5af72e64
commit
f0b5820fa5
2 changed files with 5 additions and 5 deletions
|
@ -412,7 +412,7 @@ pub(crate) fn run_aot(
|
|||
)
|
||||
.0
|
||||
}
|
||||
CguReuse::PreLto => unreachable!(),
|
||||
CguReuse::PreLto => unreachable!("LTO not yet supported"),
|
||||
CguReuse::PostLto => {
|
||||
concurrency_limiter.job_already_done();
|
||||
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue