diff options
| author | Robin Voetter <robin@voetter.nl> | 2025-02-18 21:14:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 21:14:02 +0100 |
| commit | 4720a79477e7f0faf30bcce3ea4bfd3056469a79 (patch) | |
| tree | 917bd1ad111065e548971ffec88e2b6b5ac2f6c6 /tools/update_cpu_features.zig | |
| parent | 0779e847f79851419dfeb39595b1817ce72ea9fa (diff) | |
| parent | 787208293960a02fbaf175a442d911c426a205cd (diff) | |
| download | zig-4720a79477e7f0faf30bcce3ea4bfd3056469a79.tar.gz zig-4720a79477e7f0faf30bcce3ea4bfd3056469a79.zip | |
Merge pull request #22889 from alichraghi/ali_spv
spirv: miscellaneous stuff
Diffstat (limited to 'tools/update_cpu_features.zig')
| -rw-r--r-- | tools/update_cpu_features.zig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/update_cpu_features.zig b/tools/update_cpu_features.zig index 329c4c1704..e8b3a5431e 100644 --- a/tools/update_cpu_features.zig +++ b/tools/update_cpu_features.zig @@ -1072,13 +1072,6 @@ const targets = [_]ArchTarget{ .td_name = "Sparc", }, }, - // TODO: merge tools/update_spirv_features.zig into this script - //.{ - // .zig_name = "spirv", - // .llvm = .{ - // .name = "SPIRV", - // }, - //}, .{ .zig_name = "s390x", .llvm = .{ |
