[llvm-commits] [polly] r170754 - /polly/branches/release_32/utils/checkout_cloog.sh

Tobias Grosser grosser at fim.uni-passau.de
Thu Dec 20 12:18:59 PST 2012


Author: grosser
Date: Thu Dec 20 14:18:59 2012
New Revision: 170754

URL: http://llvm.org/viewvc/llvm-project?rev=170754&view=rev
Log:
Update to cloog 0.18 and isl 0.11.1

Modified:
    polly/branches/release_32/utils/checkout_cloog.sh

Modified: polly/branches/release_32/utils/checkout_cloog.sh
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_32/utils/checkout_cloog.sh?rev=170754&r1=170753&r2=170754&view=diff
==============================================================================
--- polly/branches/release_32/utils/checkout_cloog.sh (original)
+++ polly/branches/release_32/utils/checkout_cloog.sh Thu Dec 20 14:18:59 2012
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17"
-ISL_HASH="9f82ab3cd18ac34f883c30594111e4eb17426e11"
+CLOOG_HASH="bd03afe7c4045c325b07ed1eede1aaa7c72f1620"
+ISL_HASH="00adaf6b43bc6877e286441be25101e64cea07ef"
 
 PWD=`pwd`
 





More information about the llvm-commits mailing list