]> granicus.if.org Git - llvm/commitdiff
Add a description how to checkout the LLD repository.
authorRui Ueyama <ruiu@google.com>
Fri, 13 Jan 2017 19:27:18 +0000 (19:27 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 13 Jan 2017 19:27:18 +0000 (19:27 +0000)
Differential Revision: https://reviews.llvm.org/D28687

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291948 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 543f12a859b061859b574b4edaeb4bb94ec6f338..66f4b8c627a381c6a33e08b4b0626d90d4c6ba00 100644 (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``