summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-07-13 19:14:25 +0000
committerRui Ueyama <ruiu@google.com>2016-07-13 19:14:25 +0000
commit729822fe3974345db5524e9815589ea63e08cdc7 (patch)
tree714dd74e4d5951580b0ebf6ed6c22a565dd30745
parent346dd7f1bd985f8bd599bc66f3f2855d09ef5d9c (diff)
downloadbcm5719-llvm-729822fe3974345db5524e9815589ea63e08cdc7.tar.gz
bcm5719-llvm-729822fe3974345db5524e9815589ea63e08cdc7.zip
Update the readme text.
llvm-svn: 275305
-rw-r--r--lld/docs/NewLLD.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/lld/docs/NewLLD.rst b/lld/docs/NewLLD.rst
index 12e12b6593b..1f9bf87f10e 100644
--- a/lld/docs/NewLLD.rst
+++ b/lld/docs/NewLLD.rst
@@ -27,6 +27,13 @@ Because it is simple, it is easy to extend to support new features.
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.
OpenPOWER on IntegriCloud