[lld] [LLD][COFF] Do as many passes of resolveRemainingUndefines as necessary for undefined lazy symbols (PR #109082)
Mike Hommey via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 03:01:44 PDT 2024
glandium wrote:
Boy, this link is actually a mess. link.exe complains about wcscpy, aligned_malloc and aligned_free being missing, and it looks like it's right to do so, because they are in ucrt.lib, but it's not on the command line. But adding it conflicts with libucrt.lib that is pulled in via a /defaultlib directive in libcmt.lib.
https://github.com/llvm/llvm-project/pull/109082
More information about the llvm-commits
mailing list