std.Target: Remove no longer relevant TODO about SPIR-V ABIs.

This commit is contained in:
Alex Rønne Petersen 2024-08-10 15:41:43 +02:00
parent eb4539a27d
commit 4d4a023042
No known key found for this signature in database

View File

@ -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