[OCaml] Bump ctypes dependency to 0.4.
authorPeter Zotov <whitequark@whitequark.org>
Sat, 27 Jun 2015 14:32:30 +0000 (14:32 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Sat, 27 Jun 2015 14:32:30 +0000 (14:32 +0000)
commitb9fec3eb617427a77d2b73fd962e90bb4b5d734f
tree3dd7a525ad9087f5f79f772559f565bd75f45201
parent8a8d8b3e594e0e4e125d15766f24e5f7aa43d073
[OCaml] Bump ctypes dependency to 0.4.

ctypes 0.3 and earlier contains an interface-definig bug:
its ptr_of_raw_address accepts Int64 and not Nativeint. ctypes 0.4
was not released during the 3.6 cycle, and because of that, LLVM 3.6
was released with ctypes 0.3 as a dependency, which now breaks
the build on modern ctypes.

Unbreak.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240882 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/executionengine/llvm_executionengine.ml
cmake/config-ix.cmake