[PATCH] D62976: [LLD] [COFF] Add an lld specific option /includeoptional
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 04:20:39 PDT 2019
mstorsjo added a comment.
In D62976#1533841 <https://reviews.llvm.org/D62976#1533841>, @ruiu wrote:
> I guess that my previous comment addresses the issue?
Yes, probably - thanks!
Since we fetch objects iteratively in the COFF linker, we probably need to wait until the normal link has converged, then fetch lazy objs for -u, and then keep iterating until it converges again?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62976/new/
https://reviews.llvm.org/D62976
More information about the llvm-commits
mailing list