mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 21:21:06 +00:00
02aa766897
This patch merges the documents for ELF and COFF into one and puts it into docs directory. llvm-svn: 263336
26 lines
471 B
ReStructuredText
26 lines
471 B
ReStructuredText
.. _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.
|