Commit 728cc73819
Changed files (1)
lib
std
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",
};
}