[llvm-commits] [polly] r139363 - /polly/trunk/www/get_started.html

Tobias Grosser grosser at fim.uni-passau.de
Fri Sep 9 04:02:10 PDT 2011


Author: grosser
Date: Fri Sep  9 06:02:10 2011
New Revision: 139363

URL: http://llvm.org/viewvc/llvm-project?rev=139363&view=rev
Log:
Also force a fixed version of cloog

Modified:
    polly/trunk/www/get_started.html

Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=139363&r1=139362&r2=139363&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Fri Sep  9 06:02:10 2011
@@ -35,6 +35,7 @@
 <pre>
 git clone git://repo.or.cz/cloog.git
 cd cloog
+git checkout cloog-0.16.3
 ./get_submodules.sh
 cd isl
 git remote update
@@ -48,7 +49,9 @@
 
 <h4> Update an earlier installation</h4>
 <pre>
-git pull
+cd cloog
+git remote update
+git checkout cloog-0.16.3
 cd isl
 git remote update
 git checkout cd1939ed06617d00159e8e51b72a804b467e98b4





More information about the llvm-commits mailing list