summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2012-12-20 20:18:52 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2012-12-20 20:18:52 +0000
commitf661de1210e1f729fb759fa593cd12aa76ed4dd4 (patch)
treefe711e4ee1b8e3fa59359cfbdaae7daa466819b9
parent047be171539ffe5029c6d56bd4b565b4129b8d4c (diff)
downloadllvm-f661de1210e1f729fb759fa593cd12aa76ed4dd4.tar.gz
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 llvm-svn: 170751
-rwxr-xr-xpolly/utils/checkout_cloog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/utils/checkout_cloog.sh b/polly/utils/checkout_cloog.sh
index c7b42b67f3ec..0e166a6eca93 100755
--- a/polly/utils/checkout_cloog.sh
+++ b/polly/utils/checkout_cloog.sh
@@ -1,7 +1,7 @@
#!/bin/sh
CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17"
-ISL_HASH="isl-0.11"
+ISL_HASH="9f82ab3cd18ac34f883c30594111e4eb17426e11"
PWD=`pwd`