| ... | ... | @@ -520,6 +520,7 @@ const DataLayoutBuilder = struct { |
| 520 | 520 | .arm, |
| 521 | 521 | .armeb, |
| 522 | 522 | .csky, |
| 523 | .loongarch32, |
| 523 | 524 | .mips, |
| 524 | 525 | .mipsel, |
| 525 | 526 | .powerpc, |
| ... | ... | @@ -535,6 +536,7 @@ const DataLayoutBuilder = struct { |
| 535 | 536 | .amdgcn, |
| 536 | 537 | .bpfeb, |
| 537 | 538 | .bpfel, |
| 539 | .loongarch64, |
| 538 | 540 | .mips64, |
| 539 | 541 | .mips64el, |
| 540 | 542 | .powerpc64, |
| ... | ... | @@ -554,7 +556,6 @@ const DataLayoutBuilder = struct { |
| 554 | 556 | .nvptx64, |
| 555 | 557 | => &.{ 16, 32, 64 }, |
| 556 | 558 | .x86_64 => &.{ 8, 16, 32, 64 }, |
| 557 | | .loongarch64 => &.{64}, |
| 558 | 559 | else => &.{}, |
| 559 | 560 | }), 0..) |natural, index| switch (index) { |
| 560 | 561 | 0 => try writer.print("-n{d}", .{natural}), |