[llvm-commits] [polly] r169313 - /polly/trunk/utils/checkout_cloog.sh

Tobias Grosser grosser at fim.uni-passau.de
Tue Dec 4 13:54:37 PST 2012


Author: grosser
Date: Tue Dec  4 15:54:37 2012
New Revision: 169313

URL: http://llvm.org/viewvc/llvm-project?rev=169313&view=rev
Log:
User isl sha commit id instead of the git tag

Apperently the git tag causes trouble in some scripts.

Modified:
    polly/trunk/utils/checkout_cloog.sh

Modified: polly/trunk/utils/checkout_cloog.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/utils/checkout_cloog.sh?rev=169313&r1=169312&r2=169313&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Tue Dec  4 15:54:37 2012
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17"
-ISL_HASH="isl-0.11"
+ISL_HASH="9f82ab3cd18ac34f883c30594111e4eb17426e11"
 
 PWD=`pwd`
 





More information about the llvm-commits mailing list