mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
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:
@@ -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
|
||||
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
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user