forked from OSchip/llvm-project
parent
eeb4d46c71
commit
9b839f8ced
|
@ -58,12 +58,14 @@ Source
|
||||||
|
|
||||||
lld is available in the LLVM SVN repository::
|
lld is available in the LLVM SVN repository::
|
||||||
|
|
||||||
svn co http://llvm.org/svn/llvm-project/lld/trunk
|
svn co http://llvm.org/svn/llvm-project/lld/trunk lld
|
||||||
|
|
||||||
lld is also available via the read-only git mirror::
|
lld is also available via the read-only git mirror::
|
||||||
|
|
||||||
git clone http://llvm.org/git/lld.git
|
git clone http://llvm.org/git/lld.git
|
||||||
|
|
||||||
|
Put it in llvm's tools/ directory, rerun cmake, then build target lld.
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue