[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)
commit8c7e29d583eb54b2dd3e4c105e63ce3b4299433b
treea45efa8a28989bf9862bd8157ed1ff9873bbec03
parent2697d2a43b9eb23c741a4aced40005e9d1608fa0
[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.

llvm-svn: 240882
llvm/bindings/ocaml/executionengine/llvm_executionengine.ml
llvm/cmake/config-ix.cmake