[PATCH] D28687: Add a description how to checkout the LLD repository.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 11:38:16 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291948: Add a description how to checkout the LLD repository. (authored by ruiu).

Changed prior to commit:
  https://reviews.llvm.org/D28687?vs=84336&id=84341#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28687

Files:
  llvm/trunk/docs/GettingStarted.rst


Index: llvm/trunk/docs/GettingStarted.rst
===================================================================
--- llvm/trunk/docs/GettingStarted.rst
+++ llvm/trunk/docs/GettingStarted.rst
@@ -52,6 +52,12 @@
    * ``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``


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28687.84341.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/09059367/attachment.bin>


More information about the llvm-commits mailing list