Commit 899d7a771e

Jakub Konka <kubkon@jakubkonka.com>
2022-12-04 18:15:14
dsym: dummy repush to check the linux CI
1 parent a84b674
Changed files (1)
src
link
src/link/MachO/DebugSymbols.zig
@@ -44,7 +44,6 @@ debug_info_header_dirty: bool = false,
 debug_line_header_dirty: bool = false,
 
 strtab: StringTable(.strtab) = .{},
-
 relocs: std.ArrayListUnmanaged(Reloc) = .{},
 
 pub const Reloc = struct {