| author | |
| committer | |
| log | ae57f6fd07d1830f9179222207671d30d9f9d707 |
| tree | 634f003caf7312e0b35bc13ef408392ba9d8ce9f |
| parent | 6d8ee89721f742a90d218a621640c9e11633e758 |
| signature |
This caused a missing reference for u16 to not be emitted. Triggered
after removing something from start.zig which transitively added u16
to the module.1 files changed, 1 insertions(+), 0 deletions(-)
src/link/Dwarf.zig+1| ... | ... | @@ -3845,6 +3845,7 @@ pub fn flushModule(dwarf: *Dwarf, pt: Zcu.PerThread) FlushError!void { |
| 3845 | 3845 | } |
| 3846 | 3846 | if (global_error_set_names.len > 0) try uleb128(diw, @intFromEnum(AbbrevCode.null)); |
| 3847 | 3847 | try dwarf.debug_info.section.replaceEntry(wip_nav.unit, wip_nav.entry, dwarf, wip_nav.debug_info.items); |
| 3848 | try wip_nav.flush(.unneeded); | |
| 3848 | 3849 | } |
| 3849 | 3850 | |
| 3850 | 3851 | { |