Commit 2d0fd76766

kcbanner <kcbanner@gmail.com>
2022-11-11 07:38:39
fixup: remove leftover log
1 parent b97a68c
Changed files (1)
src
link
Coff
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;
             }