[OCaml] Refactor Llvm_target interface
authorPeter Zotov <whitequark@whitequark.org>
Fri, 15 Nov 2013 02:51:44 +0000 (02:51 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Fri, 15 Nov 2013 02:51:44 +0000 (02:51 +0000)
commit04deb4957ab253c02bce9d982d69396954744a41
treeac823aa6545828dd0ea3426c81bbdaa81c917b63
parent68f4dae1c078df09c9b19a0bda9bc8b8d0aae9be
[OCaml] Refactor Llvm_target interface

This commit brings the module structure, argument order and
primitive names in Llvm_target in order with the rest of the bindings,
in preparation for adding TargetMachine API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194773 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/target/llvm_target.ml
bindings/ocaml/target/llvm_target.mli
bindings/ocaml/target/target_ocaml.c
test/Bindings/Ocaml/executionengine.ml
test/Bindings/Ocaml/ipo_opts.ml
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vectorize_opts.ml