[docs] Add information about how to checkout polly to getting started page

llvm-svn: 295974
This commit is contained in:
Tobias Grosser 2017-02-23 14:27:07 +00:00
parent a8cb0cd8f2
commit 38c0ab45f5
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,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/lld/trunk lld``
#. Checkout Polly Loop Optimizer **[Optional]**:
* ``cd where-you-want-llvm-to-live``
* ``cd llvm/tools``
* ``svn co http://llvm.org/svn/llvm-project/polly/trunk polly``
#. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
* ``cd where-you-want-llvm-to-live``