Add a description how to checkout the LLD repository.

Differential Revision: https://reviews.llvm.org/D28687

llvm-svn: 291948
This commit is contained in:
Rui Ueyama 2017-01-13 19:27:18 +00:00
parent c397aff091
commit afedf82d6d
1 changed files with 6 additions and 0 deletions

View File

@ -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``