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

Tobias Grosser grosser at fim.uni-passau.de
Fri Oct 7 00:20:43 PDT 2011


Author: grosser
Date: Fri Oct  7 02:20:43 2011
New Revision: 141359

URL: http://llvm.org/viewvc/llvm-project?rev=141359&view=rev
Log:
Switch to the most recent version of ISL.

This switch is not for any new features, but to test have Polly tested with
the upcoming isl 0.8.

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=141359&r1=141358&r2=141359&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Fri Oct  7 02:20:43 2011
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLOOG_HASH="0c252c88946b27b7b61a1a8d8fd7f94d2461dbfd"
-ISL_HASH="56b7d238929980e62218525b4b3be121af386edf"
+ISL_HASH="e4da68b7e2c4e44ba2c9592c365779e7cea08b56"
 
 PWD=`pwd`
 





More information about the llvm-commits mailing list