2012-04-08 10:06:04 +08:00
|
|
|
.. _index:
|
|
|
|
|
|
|
|
lld - The LLVM Linker
|
|
|
|
=====================
|
|
|
|
|
2015-11-21 06:47:42 +08:00
|
|
|
lld contains two linkers whose architectures are different from each other.
|
2012-04-08 10:06:04 +08:00
|
|
|
|
2016-03-12 14:06:40 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2013-01-15 10:00:48 +08:00
|
|
|
|
2016-03-12 14:06:40 +08:00
|
|
|
NewLLD
|
|
|
|
AtomLLD
|
2014-09-08 22:56:20 +08:00
|
|
|
|
2012-04-08 10:06:04 +08:00
|
|
|
Source
|
|
|
|
------
|
|
|
|
|
|
|
|
lld is available in the LLVM SVN repository::
|
|
|
|
|
2014-12-24 02:52:41 +08:00
|
|
|
svn co http://llvm.org/svn/llvm-project/lld/trunk lld
|
2012-04-08 10:06:04 +08:00
|
|
|
|
|
|
|
lld is also available via the read-only git mirror::
|
|
|
|
|
|
|
|
git clone http://llvm.org/git/lld.git
|
|
|
|
|
2014-12-24 02:52:41 +08:00
|
|
|
Put it in llvm's tools/ directory, rerun cmake, then build target lld.
|