| author | |
| committer | |
| log | 728cc73819a6511e4402498a8146854b9278285f |
| tree | 8992708fab13d83bd99f862542ba173d050d1a92 |
| parent | cf822c6ddd7e56b248ab217d38907aad38935b2f |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/target.zig+1-1| ... | ... | @@ -626,7 +626,7 @@ pub const Target = struct { |
| 626 | 626 | .raw => ".bin", |
| 627 | 627 | .plan9 => plan9Ext(cpu_arch), |
| 628 | 628 | .nvptx => ".ptx", |
| 629 | .dxcontainer => @panic("TODO what's the extension for these?"), | |
| 629 | .dxcontainer => ".dxil", | |
| 630 | 630 | }; |
| 631 | 631 | } |
| 632 | 632 |