[lld] [LLD][COFF] Do as many passes of resolveRemainingUndefines as necessary for undefined lazy symbols (PR #109082)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 01:28:49 PDT 2024


mstorsjo wrote:

> Unfortunately, it seems not to be enough. Further down the line, it seems the import symbols aren't getting a proper relocation.

Hmm, that's tricky :-( I think this patch in itself looks correct in any case, so I think that whatever incorrect relocation you have is related to something else - but I don't mind hold off and waiting for that to be figured out before proceeding with this one.

https://github.com/llvm/llvm-project/pull/109082


More information about the llvm-commits mailing list