<div dir="ltr"><div>I think that LLD is going to be included in the 4.0 release. At least, we've been cherry-picking fixes into the release branch. I've CC'd some others that will know the details.</div><div><br></div>Also, one thing to keep in mind is that the different platforms (ELF, COFF, and MachO) are in different states of completeness, so depending on your target platform (but not host platform!) you may have discrepancies. Anecdotally, the ELF port is most actively developed/extensively tested (builds significant fraction of all the packages in major open-source package systems, self-hosts), followed by COFF (builds Chromium, self-hosts), followed by MachO.<br><div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 3, 2017 at 12:39 PM, Andrew Kelley via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">As a front end developer I would like to start experimenting with using LLD for a linker, especially because I could cross-compile without requiring the target's system linker being installed.<div><br></div><div>However, currently it is not straightforward to depend on LLD, because it is not by default included in LLVM releases, and this means that it is absent from the various package managers. If users were to try my compiler, they would have to install LLVM, Clang, and LLD from source, which is a big thing for me to ask for.</div><div><br></div><div>What I would like to see is LLD bundled with LLVM releases by default, or at least available independently such that it could build against an already-installed LLVM.</div><div><br></div><div>What is the timeline for this?</div><div><br></div><div>Regards,</div><div>Andrew</div></div>
<br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div>