diff --git a/lib/std/zig.zig b/lib/std/zig.zig index aa494ae55edd86424ba1a418ef5f4cab25e9a3cb..bce8f6ce3cf8dfcf726f98491db8c4e789b07499 100644 --- a/lib/std/zig.zig +++ b/lib/std/zig.zig @@ -195,7 +195,7 @@ pub fn binNameAlloc(allocator: std.mem.Allocator, options: BinNameOptions) error }), }, .nvptx => return std.fmt.allocPrint(allocator, "{s}.ptx", .{root_name}), - .dxcontainer => @panic("TODO what's the file extension for these?"), + .dxcontainer => return std.fmt.allocPrint(allocator, "{s}.dxil", .{root_name}), } }