From: Tobias Grosser Date: Thu, 23 Feb 2017 14:27:07 +0000 (+0000) Subject: [docs] Add information about how to checkout polly to getting started page X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34c1d56ba36e9665f6c1933f207af8736d39b7c7;p=llvm [docs] Add information about how to checkout polly to getting started page git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295974 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 969976cbccc..2918a5cd8f4 100644 --- a/docs/GettingStarted.rst +++ b/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``