| ... | ... | @@ -255,8 +255,6 @@ pub fn createEmpty( |
| 255 | 255 | .program_code_size_hint = options.program_code_size_hint, |
| 256 | 256 | }); |
| 257 | 257 | |
| 258 | | std.debug.print("{}", .{self.dumpState()}); |
| 259 | | |
| 260 | 258 | // TODO init dwarf |
| 261 | 259 | |
| 262 | 260 | // if (comp.config.debug_format != .strip) { |
| ... | ... | @@ -544,6 +542,8 @@ pub fn flushModule(self: *MachO, arena: Allocator, prog_node: *std.Progress.Node |
| 544 | 542 | self.internal_object = index; |
| 545 | 543 | } |
| 546 | 544 | |
| 545 | state_log.debug("{}", .{self.dumpState()}); |
| 546 | |
| 547 | 547 | try self.addUndefinedGlobals(); |
| 548 | 548 | try self.resolveSymbols(); |
| 549 | 549 | try self.resolveSyntheticSymbols(); |