forked from OSchip/llvm-project
Add a description how to checkout the LLD repository.
Differential Revision: https://reviews.llvm.org/D28687 llvm-svn: 291948
This commit is contained in:
parent
c397aff091
commit
afedf82d6d
|
@ -52,6 +52,12 @@ Here's the short story for getting up and running quickly with LLVM:
|
|||
* ``cd llvm/tools``
|
||||
* ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
|
||||
|
||||
#. Checkout LLD linker **[Optional]**:
|
||||
|
||||
* ``cd where-you-want-llvm-to-live``
|
||||
* ``cd llvm/tools``
|
||||
* ``svn co http://llvm.org/svn/llvm-project/lld/trunk lld``
|
||||
|
||||
#. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
|
||||
|
||||
* ``cd where-you-want-llvm-to-live``
|
||||
|
|
Loading…
Reference in New Issue