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

Tobias Grosser grosser at fim.uni-passau.de
Mon Sep 3 00:42:40 PDT 2012


Author: grosser
Date: Mon Sep  3 02:42:40 2012
New Revision: 163108

URL: http://llvm.org/viewvc/llvm-project?rev=163108&view=rev
Log:
Update isl to a newer version

This fixes some undefined behavior in isl.

Reported by:  Sameer Sahasrabuddhe  <sameer.sahasrabuddhe at amd.com>

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=163108&r1=163107&r2=163108&view=diff
==============================================================================
--- polly/trunk/utils/checkout_cloog.sh (original)
+++ polly/trunk/utils/checkout_cloog.sh Mon Sep  3 02:42:40 2012
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLOOG_HASH="57470e76bfd58a0c38c598e816411663193e0f45"
-ISL_HASH="edfaf3a8006bbf9f4dd7db7fef4035402e14dff6"
+ISL_HASH="d7c0312c8f25c490e126c17b913532962ff66186"
 
 PWD=`pwd`
 





More information about the llvm-commits mailing list