OCaml bindings: add some missing functions and testcases.
authorTorok Edwin <edwintorok@gmail.com>
Fri, 14 Oct 2011 20:38:33 +0000 (20:38 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 14 Oct 2011 20:38:33 +0000 (20:38 +0000)
commitff616cb440d696b2663d55494e0a5aedfab20726
tree0ea5a0b2564ba93558d120cfd276bb535104083c
parent0be167bab219cb178f7a6e91186c700ad48aa047
OCaml bindings: add some missing functions and testcases.

The C bindings exposed some APIs that weren't covered by the OCaml bindings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141997 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml
bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/vmcore.ml