| ... | ... | @@ -957,7 +957,7 @@ pub fn readElfDebugInfo(allocator: *mem.Allocator, elf_file: File) !ModuleDebugI |
| 957 | 957 | } |
| 958 | 958 | |
| 959 | 959 | /// TODO resources https://github.com/ziglang/zig/issues/4353 |
| 960 | | /// This takes ownership of coff_file: users of this function should not close |
| 960 | /// This takes ownership of macho_file: users of this function should not close |
| 961 | 961 | /// it themselves, even on error. |
| 962 | 962 | /// TODO it's weird to take ownership even on error, rework this code. |
| 963 | 963 | fn readMachODebugInfo(allocator: *mem.Allocator, macho_file: File) !ModuleDebugInfo { |