[lld] r275305 - Update the readme text.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 12:14:26 PDT 2016


Author: ruiu
Date: Wed Jul 13 14:14:25 2016
New Revision: 275305

URL: http://llvm.org/viewvc/llvm-project?rev=275305&view=rev
Log:
Update the readme text.

Modified:
    lld/trunk/docs/NewLLD.rst

Modified: lld/trunk/docs/NewLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/NewLLD.rst?rev=275305&r1=275304&r2=275305&view=diff
==============================================================================
--- lld/trunk/docs/NewLLD.rst (original)
+++ lld/trunk/docs/NewLLD.rst Wed Jul 13 14:14:25 2016
@@ -27,6 +27,13 @@ Because it is simple, it is easy to exte
 It already supports several advanced features such section garbage
 collection and identical code folding.
 
+The COFF linker supports i386, x86-64 and ARM. The ELF linker supports
+i386, x86-64, x32, MIPS32, MIPS64, PowerPC, AMDGPU, ARM and Aarch64,
+although the quality varies depending on platform. By default, LLD
+provides support for all targets because the amount of code we have for
+each target is so small. We do not even provide a way to disable
+targets at compile time.
+
 There are a few key design choices that we made to achieve these goals.
 We will describe them in this document.
 




More information about the llvm-commits mailing list