Commit 728cc73819

zooster <r00ster91@proton.me>
2022-12-26 19:27:28
std.Target.ObjectFormat: specify dxcontainer file ext
1 parent cf822c6
Changed files (1)
lib
lib/std/target.zig
@@ -626,7 +626,7 @@ pub const Target = struct {
                 .raw => ".bin",
                 .plan9 => plan9Ext(cpu_arch),
                 .nvptx => ".ptx",
-                .dxcontainer => @panic("TODO what's the extension for these?"),
+                .dxcontainer => ".dxil",
             };
         }