Fix review comments
This commit is contained in:
parent
e006e2c9c6
commit
3c0d3f2bf1
1 changed files with 1 additions and 1 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