[OCaml] Implement Llvm_linker, bindings for the IR linker
authorPeter Zotov <whitequark@whitequark.org>
Sun, 3 Nov 2013 08:27:32 +0000 (08:27 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Sun, 3 Nov 2013 08:27:32 +0000 (08:27 +0000)
commit9d33bf70c228a5c3b57b1d9bf86ea5949bb77293
tree278997c0f0f345f1676962b7687ea53a7b88fc05
parent1185582dfd542883194d262c5bf92b16e1e037c2
[OCaml] Implement Llvm_linker, bindings for the IR linker

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