summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-02-23 14:27:07 +0000
committerTobias Grosser <tobias@grosser.es>2017-02-23 14:27:07 +0000
commit38c0ab45f59f74b18a6a746b67e2c09a9e917d7b (patch)
tree14b9fdba6d8afe9e8e8fd1ce50dc7b417e57381c /llvm
parenta8cb0cd8f2fe086830f96f0c8c6e55e15f01b49a (diff)
downloadbcm5719-llvm-38c0ab45f59f74b18a6a746b67e2c09a9e917d7b.tar.gz
bcm5719-llvm-38c0ab45f59f74b18a6a746b67e2c09a9e917d7b.zip
[docs] Add information about how to checkout polly to getting started page
llvm-svn: 295974
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/GettingStarted.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 969976cbccc..2918a5cd8f4 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -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``
OpenPOWER on IntegriCloud