mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
llvm: set sub-arch for spirv 1.6
This commit is contained in:
parent
c58687225b
commit
cde865e06a
@ -166,6 +166,7 @@ pub fn targetTriple(allocator: Allocator, target: *const std.Target) ![]const u8
|
||||
.{ .spe, "spe" },
|
||||
}),
|
||||
.spirv32, .spirv64 => subArchName(target, .spirv, .{
|
||||
.{ .v1_6, "1.6" },
|
||||
.{ .v1_5, "1.5" },
|
||||
.{ .v1_4, "1.4" },
|
||||
.{ .v1_3, "1.3" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user