[lld] [LLD][COFF] Do another pass of resolveRemainingUndefines for undefined lazy symbols (PR #109082)
Mike Hommey via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 02:11:49 PDT 2024
glandium wrote:
> One that contains an undefined reference to __imp_func. Two .s files that are assembled and stored in a static library. One containing a definition of func, and with an undefined reference to other, and the second static library object containing a definition of other.
I think there needs to be a DLL involved for the lazy linking?
https://github.com/llvm/llvm-project/pull/109082
More information about the llvm-commits
mailing list