File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/librustc_codegen_ssa/back Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1244,11 +1244,11 @@ fn start_executing_work<B: ExtraBackendMethods>(
1244
1244
while !codegen_done
1245
1245
|| running > 0
1246
1246
|| ( !codegen_aborted
1247
- && ( ! work_items. is_empty ( )
1248
- || ! needs_fat_lto. is_empty ( )
1249
- || ! needs_thin_lto. is_empty ( )
1250
- || ! lto_import_only_modules. is_empty ( )
1251
- || main_thread_worker_state ! = MainThreadWorkerState :: Idle ) )
1247
+ && ! ( work_items. is_empty ( )
1248
+ && needs_fat_lto. is_empty ( )
1249
+ && needs_thin_lto. is_empty ( )
1250
+ && lto_import_only_modules. is_empty ( )
1251
+ && main_thread_worker_state = = MainThreadWorkerState :: Idle ) )
1252
1252
{
1253
1253
// While there are still CGUs to be codegened, the coordinator has
1254
1254
// to decide how to utilize the compiler processes implicit Token:
You can’t perform that action at this time.
0 commit comments