From 34c1d56ba36e9665f6c1933f207af8736d39b7c7 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 23 Feb 2017 14:27:07 +0000 Subject: [PATCH] [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 --- docs/GettingStarted.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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`` -- 2.50.1