[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
authorPeter Zotov <whitequark@whitequark.org>
Mon, 4 Nov 2013 01:39:42 +0000 (01:39 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Mon, 4 Nov 2013 01:39:42 +0000 (01:39 +0000)
commit4ebe64ae7ec729b29964b355face33af0c4ce424
treeb259a2b5620470f7cc46125e798cc2d9b538f230
parent6b8416192aeb6502f027883b8056d389f2c186a9
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193968 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/llvm/META.llvm.in
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/passmgr_builder/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.ml [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.mli [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c [new file with mode: 0644]
test/Bindings/Ocaml/passmgr_builder.ml [new file with mode: 0644]