| author | |
| committer | |
| log | ae67c26cab7b430c254072ba21ee42288d023322 |
| tree | 562cc4d862d90a0f5c42c99e7044e026a5ef1a03 |
| parent | c49c90a42af225f6f125c1bedd0b3cb423de2b4d |
tracked by #246344 files changed, 1 insertions(+), 4 deletions(-)
src/link/Dwarf.zig+1-1| ... | ... | @@ -2077,7 +2077,7 @@ pub const WipNav = struct { |
| 2077 | 2077 | .generic_decl_const, |
| 2078 | 2078 | .generic_decl_func, |
| 2079 | 2079 | => true, |
| 2080 | else => unreachable, | |
| 2080 | else => |t| std.debug.panic("bad decl abbrev code: {t}", .{t}), | |
| 2081 | 2081 | }; |
| 2082 | 2082 | if (parent_type.getCaptures(zcu).len == 0) { |
| 2083 | 2083 | if (was_generic_decl) try dwarf.freeCommonEntry(wip_nav.unit, decl_gop.value_ptr.*); |
test/incremental/change_panic_handler-1| ... | ... | @@ -1,4 +1,3 @@ |
| 1 | #target=x86_64-linux-selfhosted | |
| 2 | 1 | #target=x86_64-linux-cbe |
| 3 | 2 | #target=x86_64-windows-cbe |
| 4 | 3 | #update=initial version |
test/incremental/change_panic_handler_explicit-1| ... | ... | @@ -1,4 +1,3 @@ |
| 1 | #target=x86_64-linux-selfhosted | |
| 2 | 1 | #target=x86_64-linux-cbe |
| 3 | 2 | #target=x86_64-windows-cbe |
| 4 | 3 | #update=initial version |
test/incremental/type_becomes_comptime_only-1| ... | ... | @@ -1,4 +1,3 @@ |
| 1 | #target=x86_64-linux-selfhosted | |
| 2 | 1 | #target=x86_64-linux-cbe |
| 3 | 2 | #target=x86_64-windows-cbe |
| 4 | 3 | #target=wasm32-wasi-selfhosted |