[polly] r184064 - Update to a newer CLooG version
Tobias Grosser
grosser at fim.uni-passau.de
Sun Jun 16 12:55:08 PDT 2013
Author: grosser
Date: Sun Jun 16 14:55:07 2013
New Revision: 184064
URL: http://llvm.org/viewvc/llvm-project?rev=184064&view=rev
Log:
Update to a newer CLooG version
This update fixes the test cases to give correct results with the isl version
we are currently using.
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=184064&r1=184063&r2=184064&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Sun Jun 16 14:55:07 2013
@@ -1,6 +1,6 @@
#!/bin/sh
-CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17"
+CLOOG_HASH="f861f854b6cc85b67e39794e38e7104fcd59af90"
ISL_HASH="1df91d8515ec88dc7f7f597168ad0f34f26de5a7"
PWD=`pwd`
More information about the llvm-commits
mailing list