Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.
authorErick Tryzelaar <idadesub@users.sourceforge.net>
Fri, 15 Jan 2010 23:49:16 +0000 (23:49 +0000)
committerErick Tryzelaar <idadesub@users.sourceforge.net>
Fri, 15 Jan 2010 23:49:16 +0000 (23:49 +0000)
commit263d989a719c1864862fc91f59193a6c2b55ca48
tree673b1c866efb9526712d77a2fe069f07f026d596
parent53d4d78d9a2c26a67ac8f6e81cc149702103fc2c
Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.

Thanks Andy Ray for catching this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93588 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/llvm/llvm_ocaml.c