diff options
author | Rui Ueyama <ruiu@google.com> | 2017-01-13 19:27:18 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-01-13 19:27:18 +0000 |
commit | afedf82d6da74065f677cb11475d129381b1c44a (patch) | |
tree | 80aa66122050ba5a05a1f676b66cab93c8870061 /llvm/docs | |
parent | c397aff09103fc6eaf528d2c43c79df6c82b77ff (diff) | |
download | bcm5719-llvm-afedf82d6da74065f677cb11475d129381b1c44a.tar.gz bcm5719-llvm-afedf82d6da74065f677cb11475d129381b1c44a.zip |
Add a description how to checkout the LLD repository.
Differential Revision: https://reviews.llvm.org/D28687
llvm-svn: 291948
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/GettingStarted.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 543f12a859b..66f4b8c627a 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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`` |