mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
Zcu: SPIR-V also doesn't generate MIR (yet)
This commit is contained in:
parent
22e961070d
commit
7f2f107a1e
1 changed files with 3 additions and 1 deletions
|
|
@ -4392,7 +4392,9 @@ pub fn runCodegen(pt: Zcu.PerThread, func_index: InternPool.Index, air: *Air, ou
|
|||
const backend = target_util.zigBackend(zcu.root_mod.resolved_target.result, zcu.comp.config.use_llvm);
|
||||
switch (backend) {
|
||||
else => unreachable, // assertion failure
|
||||
.stage2_llvm => {},
|
||||
.stage2_spirv64,
|
||||
.stage2_llvm,
|
||||
=> {},
|
||||
}
|
||||
out.status.store(.failed, .monotonic);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue