[llvm] r291948 - Add a description how to checkout the LLD repository.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 11:27:18 PST 2017
Author: ruiu
Date: Fri Jan 13 13:27:18 2017
New Revision: 291948
URL: http://llvm.org/viewvc/llvm-project?rev=291948&view=rev
Log:
Add a description how to checkout the LLD repository.
Differential Revision: https://reviews.llvm.org/D28687
Modified:
llvm/trunk/docs/GettingStarted.rst
Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=291948&r1=291947&r2=291948&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Fri Jan 13 13:27:18 2017
@@ -52,6 +52,12 @@ Here's the short story for getting up an
* ``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``
More information about the llvm-commits
mailing list