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

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


Author: grosser
Date: Thu Dec 20 14:18:52 2012
New Revision: 170751

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

Apperently the git tag causes trouble in some scripts.

Merged from: https://llvm.org/svn/llvm-project/polly/trunk@169313

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=170751&r1=170750&r2=170751&view=diff
==============================================================================
--- polly/branches/release_32/utils/checkout_cloog.sh (original)
+++ polly/branches/release_32/utils/checkout_cloog.sh Thu Dec 20 14:18:52 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