summaryrefslogtreecommitdiffstats
path: root/lld/docs/index.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-11-20 22:47:42 +0000
committerRui Ueyama <ruiu@google.com>2015-11-20 22:47:42 +0000
commitdf06d203e5e60b2a468ce04703e905a8623699d1 (patch)
treea4be9a3e32e7ba662f9313ee23cebcc6c033bfea /lld/docs/index.rst
parent8486a5184588a65f71b459e633c4b6b0ef2d20d4 (diff)
downloadbcm5719-llvm-df06d203e5e60b2a468ce04703e905a8623699d1.tar.gz
bcm5719-llvm-df06d203e5e60b2a468ce04703e905a8623699d1.zip
Update documents.
llvm-svn: 253728
Diffstat (limited to 'lld/docs/index.rst')
-rw-r--r--lld/docs/index.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index f15e5c5ff4f..88c6f217531 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -3,15 +3,18 @@
lld - The LLVM Linker
=====================
-lld is a new set of modular code for creating linker tools.
+lld contains two linkers whose architectures are different from each other.
+One is a linker that implements native features directly.
+They are in `COFF` or `ELF` directories. Other directories contains the other
+implementation that is designed to be a set of modular code for creating
+linker tools. This document covers mainly the latter.
+For the former, please read README.md in `COFF` directory.
* End-User Features:
* Compatible with existing linker options
* Reads standard Object Files (e.g. ELF, Mach-O, PE/COFF)
* Writes standard Executable Files (e.g. ELF, Mach-O, PE)
- * Fast link times
- * Minimal memory use
* Remove clang's reliance on "the system linker"
* Uses the LLVM `"UIUC" BSD-Style license`__.
OpenPOWER on IntegriCloud