mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 10:03:21 +00:00
spirv: make genericName match target name.
Changes the 'generic name' of the target to spirv, from spir-v.
This commit is contained in:
parent
c6fbe0d5d8
commit
12ff362654
@ -1276,7 +1276,7 @@ pub const Target = struct {
|
||||
.x86, .x86_64 => "x86",
|
||||
.nvptx, .nvptx64 => "nvptx",
|
||||
.wasm32, .wasm64 => "wasm",
|
||||
.spirv32, .spirv64 => "spir-v",
|
||||
.spirv32, .spirv64 => "spirv",
|
||||
else => @tagName(arch),
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user