aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu/PerThread.zig
diff options
context:
space:
mode:
authorAli Cheraghi <alichraghi@proton.me>2025-06-16 01:16:15 +0330
committerAli Cheraghi <alichraghi@proton.me>2025-06-16 13:22:19 +0330
commit872f68c9cbef44817fdbd57e2b1fb90b5c2ddd8c (patch)
treef5103c5acad66895724eef94513a9300953fe615 /src/Zcu/PerThread.zig
parentc126d6554fbe18630f4237d0b8e6b0783ebee394 (diff)
downloadzig-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.zig2
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,
=> {},
},