diff options
| author | Ali Cheraghi <alichraghi@proton.me> | 2025-06-16 01:16:15 +0330 |
|---|---|---|
| committer | Ali Cheraghi <alichraghi@proton.me> | 2025-06-16 13:22:19 +0330 |
| commit | 872f68c9cbef44817fdbd57e2b1fb90b5c2ddd8c (patch) | |
| tree | f5103c5acad66895724eef94513a9300953fe615 /src/Zcu/PerThread.zig | |
| parent | c126d6554fbe18630f4237d0b8e6b0783ebee394 (diff) | |
| download | zig-872f68c9cbef44817fdbd57e2b1fb90b5c2ddd8c.tar.gz zig-872f68c9cbef44817fdbd57e2b1fb90b5c2ddd8c.zip | |
rename spirv backend name
`stage2_spirv64` -> `stage2_spirv`
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, => {}, }, |
