forked from OSchip/llvm-project
Switch isl back to isl 0.12.1
The newer isl version broke backward compatibility. For some reason, I did not find this in my own tests. llvm-svn: 199586
This commit is contained in:
parent
b8cd4a8341
commit
26338283d8
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
CLOOG_HASH="2d8b7c6b43ee46fee978a57fa6877de49675f357"
|
||||
ISL_HASH="1b3ba3b72c0482fd36bf0b4a1186a259f7bafeed"
|
||||
ISL_HASH="34eb3a0c3d52875ec93e926f12713feff4d08af0"
|
||||
|
||||
PWD=`pwd`
|
||||
|
||||
|
|
Loading…
Reference in New Issue