Update isl to ensure 'extern "C" {' is available

Older isl versions did not properly guard all function declarations for the
use in C++. Specifically, the isl/val_gmp.h header was not properly guarded.
This patch ensures we have the proper guards in place and do not accidentally
link to name-mangled C++ versions of those functions that are not available in
libisl.so.

llvm-svn: 203462
This commit is contained in:
Tobias Grosser 2014-03-10 13:46:52 +00:00
parent 62e47c423d
commit 728051e7df
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
CLOOG_HASH="2d8b7c6b43ee46fee978a57fa6877de49675f357"
ISL_HASH="1b3ba3b72c0482fd36bf0b4a1186a259f7bafeed"
ISL_HASH="14d7941489582c8ace26f661f78936041641edf7"
PWD=`pwd`