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

llvm-svn: 243377
This commit is contained in:
Rui Ueyama 2015-07-28 03:40:58 +00:00
parent b84c0d99b4
commit 635e85a647
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ Our plan is to implement a linker for the PE/COFF format based on a
different idea, and then apply the same idea to the ELF if proved to different idea, and then apply the same idea to the ELF if proved to
be effective. be effective.
Currently it's able to link everything in LLVM/Clang/LLD on 64-bit The linker supports both x86 and x86-64. It's able to link everything
Windows. for LLVM/Clang/LLD.
Overall Design Overall Design
-------------- --------------