diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-05-12 14:46:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 14:46:20 -0700 |
| commit | 88d275199c8807912f859e9f2b689700e3866689 (patch) | |
| tree | 61157f4fb8ab135930ebfee3d40f4eede9b568ae /src/Compilation.zig | |
| parent | 6547d233125199b16644c0f7504793490af67926 (diff) | |
| parent | d61dc3a5a2320d1adda759cf5f90aaf817cb9ca2 (diff) | |
| download | zig-88d275199c8807912f859e9f2b689700e3866689.tar.gz zig-88d275199c8807912f859e9f2b689700e3866689.zip | |
Merge pull request #15240 from Snektron/spirv-basic
spirv: attempting to get the 'basic' behavior tests running
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index a5b785cc67..1b6d805bb3 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -5076,6 +5076,7 @@ pub fn getZigBackend(comp: Compilation) std.builtin.CompilerBackend { .aarch64, .aarch64_be, .aarch64_32 => .stage2_aarch64, .riscv64 => .stage2_riscv64, .sparc64 => .stage2_sparc64, + .spirv64 => .stage2_spirv64, else => .other, }; } |
