| author | |
| committer | |
| log | ffdeb6af9171ccf9cb816a142a93991477d9a4ea |
| tree | 467cce7c3e6ea7f9ca383ef325120997156417ee |
| parent | 34e628a0a0239eb7da4ee9c69dae62c16dd93a55 |
| signature |
Co-authored-by: Andrew Kelley <andrew@ziglang.org>1 files changed, 1 insertions(+), 1 deletions(-)
src-self-hosted/link/MachO.zig+1-1| ... | ... | @@ -4,7 +4,7 @@ const std = @import("std"); |
| 4 | 4 | const Allocator = std.mem.Allocator; |
| 5 | 5 | const assert = std.debug.assert; |
| 6 | 6 | const fs = std.fs; |
| 7 | const log = std.log; | |
| 7 | const log = std.log.scoped(.link); | |
| 8 | 8 | const macho = std.macho; |
| 9 | 9 | |
| 10 | 10 | const Module = @import("../Module.zig"); |