From b2816798cb17a5ed578d287b4b51bf8531259d6b Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 13 Jan 2017 19:27:18 +0000 Subject: [PATCH] Add a description how to checkout the LLD repository. Differential Revision: https://reviews.llvm.org/D28687 llvm-svn: 291948 --- docs/GettingStarted.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 543f12a859b..66f4b8c627a 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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``