| ... | @@ -3542,8 +3542,7 @@ fn performAllTheWorkInner( | ... | @@ -3542,8 +3542,7 @@ fn performAllTheWorkInner( |
| 3542 | // in the `astgen_wait_group`. | 3542 | // in the `astgen_wait_group`. |
| 3543 | if (comp.job_queued_update_builtin_zig) b: { | 3543 | if (comp.job_queued_update_builtin_zig) b: { |
| 3544 | comp.job_queued_update_builtin_zig = false; | 3544 | comp.job_queued_update_builtin_zig = false; |
| 3545 | const zcu = comp.zcu orelse break :b; | 3545 | if (comp.zcu == null) break :b; |
| 3546 | _ = zcu; | | |
| 3547 | // TODO put all the modules in a flat array to make them easy to iterate. | 3546 | // TODO put all the modules in a flat array to make them easy to iterate. |
| 3548 | var seen: std.AutoArrayHashMapUnmanaged(*Package.Module, void) = .{}; | 3547 | var seen: std.AutoArrayHashMapUnmanaged(*Package.Module, void) = .{}; |
| 3549 | defer seen.deinit(comp.gpa); | 3548 | defer seen.deinit(comp.gpa); |