[llvm-commits] [polly] r170747 - /polly/branches/release_32/utils/checkout_cloog.sh
Tobias Grosser
grosser at fim.uni-passau.de
Thu Dec 20 12:18:30 PST 2012
Author: grosser
Date: Thu Dec 20 14:18:30 2012
New Revision: 170747
URL: http://llvm.org/viewvc/llvm-project?rev=170747&view=rev
Log:
Use isl 0.11
We now switch to the newly released isl 0.11. This adds a couple of bug fixes
on top of the recent update.
Merged from: https://llvm.org/svn/llvm-project/polly/trunk@169127
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=170747&r1=170746&r2=170747&view=diff
==============================================================================
--- polly/branches/release_32/utils/checkout_cloog.sh (original)
+++ polly/branches/release_32/utils/checkout_cloog.sh Thu Dec 20 14:18:30 2012
@@ -1,7 +1,7 @@
#!/bin/sh
CLOOG_HASH="57470e76bfd58a0c38c598e816411663193e0f45"
-ISL_HASH="acc5df2f96fc0c04495cd237f0b5b5eb8822ed85"
+ISL_HASH="isl-0.11"
PWD=`pwd`
More information about the llvm-commits
mailing list