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

Rui Ueyama ruiu at google.com
Mon Jul 27 20:40:59 PDT 2015


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
 --------------





More information about the llvm-commits mailing list