Michael J. Spencer | d01c8fe | 2012-04-08 02:06:04 +0000 | [diff] [blame] | 1 | .. _index: |
| 2 | |
| 3 | lld - The LLVM Linker |
| 4 | ===================== |
| 5 | |
Rui Ueyama | df06d20 | 2015-11-20 22:47:42 +0000 | [diff] [blame] | 6 | lld contains two linkers whose architectures are different from each other. |
Michael J. Spencer | d01c8fe | 2012-04-08 02:06:04 +0000 | [diff] [blame] | 7 | |
Rui Ueyama | 02aa766 | 2016-03-12 06:06:40 +0000 | [diff] [blame] | 8 | .. toctree:: |
| 9 | :maxdepth: 1 |
Michael J. Spencer | d01c8fe | 2012-04-08 02:06:04 +0000 | [diff] [blame] | 10 | |
Rui Ueyama | 02aa766 | 2016-03-12 06:06:40 +0000 | [diff] [blame] | 11 | NewLLD |
| 12 | AtomLLD |
Simon Atanasyan | e747a44 | 2014-09-08 14:56:20 +0000 | [diff] [blame] | 13 | |
Michael J. Spencer | d01c8fe | 2012-04-08 02:06:04 +0000 | [diff] [blame] | 14 | Source |
| 15 | ------ |
| 16 | |
| 17 | lld is available in the LLVM SVN repository:: |
| 18 | |
Nico Weber | 9b839f8 | 2014-12-23 18:52:41 +0000 | [diff] [blame] | 19 | svn co http://llvm.org/svn/llvm-project/lld/trunk lld |
Michael J. Spencer | d01c8fe | 2012-04-08 02:06:04 +0000 | [diff] [blame] | 20 | |
| 21 | lld is also available via the read-only git mirror:: |
| 22 | |
| 23 | git clone http://llvm.org/git/lld.git |
| 24 | |
Nico Weber | 9b839f8 | 2014-12-23 18:52:41 +0000 | [diff] [blame] | 25 | Put it in llvm's tools/ directory, rerun cmake, then build target lld. |