aboutsummaryrefslogtreecommitdiff
path: root/src/link
diff options
context:
space:
mode:
authorkcbanner <kcbanner@gmail.com>2022-11-11 01:38:39 -0500
committerkcbanner <kcbanner@gmail.com>2023-01-04 21:45:06 -0500
commit2d0fd76766eb231ce3021d023ad8fca05cbb81c0 (patch)
tree32d7b2fc8a679c42b98baab00deddb510f0a7c5f /src/link
parentb97a68c529b5db15705f4d542d8ead616d27c880 (diff)
downloadzig-2d0fd76766eb231ce3021d023ad8fca05cbb81c0.tar.gz
zig-2d0fd76766eb231ce3021d023ad8fca05cbb81c0.zip
fixup: remove leftover log
Diffstat (limited to 'src/link')
-rw-r--r--src/link/Coff/lld.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/link/Coff/lld.zig b/src/link/Coff/lld.zig
index 367dde3e88..cc89c8d344 100644
--- 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;
}