ocaml bindings: add llvm_ipo based on IPO.h
authorTorok Edwin <edwintorok@gmail.com>
Thu, 6 Oct 2011 12:12:27 +0000 (12:12 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Thu, 6 Oct 2011 12:12:27 +0000 (12:12 +0000)
commit624c5edcd485a210faa61113f38938bdb6a0cc58
tree27ea3d7792b497c8cd0ba1c1e4831edf0e1e26df
parent0e68e90175e859c45c7d9bac6165fb1d264e439f
ocaml bindings: add llvm_ipo based on IPO.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141284 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/ipo/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/ipo/ipo_ocaml.c [new file with mode: 0644]
bindings/ocaml/transforms/ipo/llvm_ipo.ml [new file with mode: 0644]
bindings/ocaml/transforms/ipo/llvm_ipo.mli [new file with mode: 0644]
test/Bindings/Ocaml/ipo_opts.ml [new file with mode: 0644]