diff options
| author | Ali Cheraghi <alichraghi@proton.me> | 2025-02-15 00:08:05 +0330 |
|---|---|---|
| committer | Ali Cheraghi <alichraghi@proton.me> | 2025-02-18 18:08:47 +0330 |
| commit | d5e1cb3ea2cdd85bc2a9ca002d69d121a94f721c (patch) | |
| tree | 3dbfebe63a8723c3f761fdb297434d60d05e4354 /test | |
| parent | 85169bbba24d7e7592a24de5af6743b34bfe5961 (diff) | |
| download | zig-d5e1cb3ea2cdd85bc2a9ca002d69d121a94f721c.tar.gz zig-d5e1cb3ea2cdd85bc2a9ca002d69d121a94f721c.zip | |
spirv: ziggify and remove unknown spirv features
`OpCapability` and `OpExtension` now can also be emitted from inline assembly
Diffstat (limited to 'test')
| -rw-r--r-- | test/standalone/build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/standalone/build.zig b/test/standalone/build.zig index f89ccd2a18..e2b7a7c387 100644 --- a/test/standalone/build.zig +++ b/test/standalone/build.zig @@ -43,7 +43,6 @@ pub fn build(b: *std.Build) void { "../../tools/update_clang_options.zig", "../../tools/update_cpu_features.zig", "../../tools/update_glibc.zig", - "../../tools/update_spirv_features.zig", }) |tool_src_path| { const tool = b.addTest(.{ .name = std.fs.path.stem(tool_src_path), |
