| ... | @@ -1276,7 +1276,7 @@ pub const Target = struct { | ... | @@ -1276,7 +1276,7 @@ pub const Target = struct { |
| 1276 | .x86, .x86_64 => "x86", | 1276 | .x86, .x86_64 => "x86", |
| 1277 | .nvptx, .nvptx64 => "nvptx", | 1277 | .nvptx, .nvptx64 => "nvptx", |
| 1278 | .wasm32, .wasm64 => "wasm", | 1278 | .wasm32, .wasm64 => "wasm", |
| 1279 | .spirv32, .spirv64 => "spir-v", | 1279 | .spirv32, .spirv64 => "spirv", |
| 1280 | else => @tagName(arch), | 1280 | else => @tagName(arch), |
| 1281 | }; | 1281 | }; |
| 1282 | } | 1282 | } |