forked from OSchip/llvm-project
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:
parent
62e47c423d
commit
728051e7df
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
CLOOG_HASH="2d8b7c6b43ee46fee978a57fa6877de49675f357"
|
||||
ISL_HASH="1b3ba3b72c0482fd36bf0b4a1186a259f7bafeed"
|
||||
ISL_HASH="14d7941489582c8ace26f661f78936041641edf7"
|
||||
|
||||
PWD=`pwd`
|
||||
|
||||
|
|
Loading…
Reference in New Issue