From 872f68c9cbef44817fdbd57e2b1fb90b5c2ddd8c Mon Sep 17 00:00:00 2001 From: Ali Cheraghi Date: Mon, 16 Jun 2025 01:16:15 +0330 Subject: rename spirv backend name `stage2_spirv64` -> `stage2_spirv` --- src/Zcu/PerThread.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Zcu/PerThread.zig') 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, => {}, }, -- cgit v1.2.3