diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-06-16 16:47:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 16:47:00 +0200 |
| commit | 080ee25ecf1991d85038716ca6199ae8dc31c8f5 (patch) | |
| tree | 15c9df991584f50475ce4f160a1cc245b44d6021 /src/Zcu/PerThread.zig | |
| parent | 5f7780c533411c6272fb3ce3875b7843cc2287e4 (diff) | |
| parent | 872f68c9cbef44817fdbd57e2b1fb90b5c2ddd8c (diff) | |
| download | zig-080ee25ecf1991d85038716ca6199ae8dc31c8f5.tar.gz zig-080ee25ecf1991d85038716ca6199ae8dc31c8f5.zip | |
Merge pull request #24192 from alichraghi/fix_spirv
rename spirv backend name
Diffstat (limited to 'src/Zcu/PerThread.zig')
| -rw-r--r-- | src/Zcu/PerThread.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Zcu/PerThread.zig b/src/Zcu/PerThread.zig index 2abc7ed59f..fd39a66e6f 100644 --- a/src/Zcu/PerThread.zig +++ b/src/Zcu/PerThread.zig @@ -4386,7 +4386,7 @@ pub fn runCodegen(pt: Zcu.PerThread, func_index: InternPool.Index, air: *Air, ou zcu.comp.config.use_llvm, )) { else => unreachable, // assertion failure - .stage2_spirv64, + .stage2_spirv, .stage2_llvm, => {}, }, |
