| ... | @@ -4392,7 +4392,9 @@ pub fn runCodegen(pt: Zcu.PerThread, func_index: InternPool.Index, air: *Air, ou | ... | @@ -4392,7 +4392,9 @@ pub fn runCodegen(pt: Zcu.PerThread, func_index: InternPool.Index, air: *Air, ou |
| 4392 | const backend = target_util.zigBackend(zcu.root_mod.resolved_target.result, zcu.comp.config.use_llvm); | 4392 | const backend = target_util.zigBackend(zcu.root_mod.resolved_target.result, zcu.comp.config.use_llvm); |
| 4393 | switch (backend) { | 4393 | switch (backend) { |
| 4394 | else => unreachable, // assertion failure | 4394 | else => unreachable, // assertion failure |
| 4395 | .stage2_llvm => {}, | 4395 | .stage2_spirv64, |
| | 4396 | .stage2_llvm, |
| | 4397 | => {}, |
| 4396 | } | 4398 | } |
| 4397 | out.status.store(.failed, .monotonic); | 4399 | out.status.store(.failed, .monotonic); |
| 4398 | }, | 4400 | }, |