]> granicus.if.org Git - llvm/commitdiff
[docs] Add information about how to checkout polly to getting started page
authorTobias Grosser <tobias@grosser.es>
Thu, 23 Feb 2017 14:27:07 +0000 (14:27 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 23 Feb 2017 14:27:07 +0000 (14:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295974 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 969976cbccc8f690088f6c6313829fb1aa9555f2..2918a5cd8f4e29aa95664a1a7d6020d3360e092e 100644 (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``