mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
macho: no need to parse symbol/string tables
This commit is contained in:
parent
ae535111a4
commit
2d5d661703
@ -813,10 +813,6 @@ fn linkWithLLD(self: *MachO, comp: *Compilation) !void {
|
||||
return error.NoSymbolTableFound;
|
||||
}
|
||||
|
||||
// Parse symbol and string tables.
|
||||
try self.parseSymbolTable();
|
||||
try self.parseStringTable();
|
||||
|
||||
// Parse dyld info
|
||||
try self.parseBindingInfoTable();
|
||||
try self.parseLazyBindingInfoTable();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user