commit 2d0fd76766eb231ce3021d023ad8fca05cbb81c0 (tree) parent b97a68c529b5db15705f4d542d8ead616d27c880 Author: kcbanner <kcbanner@gmail.com> Date: Fri, 11 Nov 2022 01:38:39 -0500 fixup: remove leftover log Diffstat:
| M | src/link/Coff/lld.zig | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/link/Coff/lld.zig b/src/link/Coff/lld.zig @@ -490,8 +490,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod continue; } } - if (target.abi == .msvc) { // TODO: Do this at the top, if we detect we're using the native libc? - log.warn("adding system lib {s}", .{ lib_basename }); + if (target.abi == .msvc) { argv.appendAssumeCapacity(lib_basename); continue; }