| ... | @@ -1348,7 +1348,7 @@ pub fn flushStaticLib(self: *Elf, comp: *Compilation, module_obj_path: ?[]const | ... | @@ -1348,7 +1348,7 @@ pub fn flushStaticLib(self: *Elf, comp: *Compilation, module_obj_path: ?[]const |
| 1348 | try self.allocateNonAllocSections(); | 1348 | try self.allocateNonAllocSections(); |
| 1349 | | 1349 | |
| 1350 | if (build_options.enable_logging) { | 1350 | if (build_options.enable_logging) { |
| 1351 | log.debug("{}", .{self.dumpState()}); | 1351 | state_log.debug("{}", .{self.dumpState()}); |
| 1352 | } | 1352 | } |
| 1353 | | 1353 | |
| 1354 | try self.writeSyntheticSectionsObject(); | 1354 | try self.writeSyntheticSectionsObject(); |