| ... | @@ -166,6 +166,7 @@ pub fn targetTriple(allocator: Allocator, target: *const std.Target) ![]const u8 | ... | @@ -166,6 +166,7 @@ pub fn targetTriple(allocator: Allocator, target: *const std.Target) ![]const u8 |
| 166 | .{ .spe, "spe" }, | 166 | .{ .spe, "spe" }, |
| 167 | }), | 167 | }), |
| 168 | .spirv32, .spirv64 => subArchName(target, .spirv, .{ | 168 | .spirv32, .spirv64 => subArchName(target, .spirv, .{ |
| | 169 | .{ .v1_6, "1.6" }, |
| 169 | .{ .v1_5, "1.5" }, | 170 | .{ .v1_5, "1.5" }, |
| 170 | .{ .v1_4, "1.4" }, | 171 | .{ .v1_4, "1.4" }, |
| 171 | .{ .v1_3, "1.3" }, | 172 | .{ .v1_3, "1.3" }, |