mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
std.Target: Remove no longer relevant TODO about SPIR-V ABIs.
This commit is contained in:
parent
eb4539a27d
commit
4d4a023042
@ -714,7 +714,7 @@ pub const Abi = enum {
|
|||||||
.emscripten,
|
.emscripten,
|
||||||
=> .musl,
|
=> .musl,
|
||||||
.liteos => .ohos,
|
.liteos => .ohos,
|
||||||
.opencl, // TODO: SPIR-V ABIs with Linkage capability
|
.opencl,
|
||||||
.opengl,
|
.opengl,
|
||||||
.vulkan,
|
.vulkan,
|
||||||
.plan9, // TODO specify abi
|
.plan9, // TODO specify abi
|
||||||
|
Loading…
Reference in New Issue
Block a user