mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-13 13:00:24 +00:00
Add a description how to checkout the LLD repository.
Differential Revision: https://reviews.llvm.org/D28687 llvm-svn: 291948
This commit is contained in:
parent
2b851af232
commit
b2816798cb
@ -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``
|
||||
|
Loading…
x
Reference in New Issue
Block a user