[lld] r243377 - COFF: Update README to mention that it now supports 32-bit x86.

Rui Ueyama ruiu at google.com
Mon Aug 3 15:26:57 PDT 2015


Thanks. :) Now that both Chrome x86 and x86-64 buildbots with LLD are all
green, I'm confident that we can say LLD can link real-world programs.

On Mon, Aug 3, 2015 at 3:14 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> Congratulations!
>
> On 27 July 2015 at 23:40, Rui Ueyama <ruiu at google.com> wrote:
> > Author: ruiu
> > Date: Mon Jul 27 22:40:58 2015
> > New Revision: 243377
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=243377&view=rev
> > Log:
> > COFF: Update README to mention that it now supports 32-bit x86.
> >
> > The linker is now able to link not only LLVM/Clang/LLD for x86 but
> > even larger programs. I confirmed that it successsfully linked Chrome
> > for x86. Because the browser is a pretty large program, I think I can
> > say that the linker is now mostly feature complete. (I'm pretty sure
> > that there are hidden bugs somewhere, but they shouldn't be significant.)
> >
> > Modified:
> >     lld/trunk/COFF/README.md
> >
> > Modified: lld/trunk/COFF/README.md
> > URL:
> http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/README.md?rev=243377&r1=243376&r2=243377&view=diff
> >
> ==============================================================================
> > --- lld/trunk/COFF/README.md (original)
> > +++ lld/trunk/COFF/README.md Mon Jul 27 22:40:58 2015
> > @@ -12,8 +12,8 @@ Our plan is to implement a linker for th
> >  different idea, and then apply the same idea to the ELF if proved to
> >  be effective.
> >
> > -Currently it's able to link everything in LLVM/Clang/LLD on 64-bit
> > -Windows.
> > +The linker supports both x86 and x86-64. It's able to link everything
> > +for LLVM/Clang/LLD.
> >
> >  Overall Design
> >  --------------
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150803/75c40bc6/attachment.html>


More information about the llvm-commits mailing list