blob: d019c4f9fd8c63b702b42d1f6f47f57f21c75f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.. _index:
lld - The LLVM Linker
=====================
lld contains two linkers whose architectures are different from each other.
.. toctree::
:maxdepth: 1
NewLLD
AtomLLD
Source
------
lld is available in the LLVM SVN repository::
svn co http://llvm.org/svn/llvm-project/lld/trunk lld
lld is also available via the read-only git mirror::
git clone http://llvm.org/git/lld.git
Put it in llvm's tools/ directory, rerun cmake, then build target lld.
|