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