OSDN Git Service

[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser
authorPeter Zotov <whitequark@whitequark.org>
Wed, 6 Nov 2013 09:21:25 +0000 (09:21 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Wed, 6 Nov 2013 09:21:25 +0000 (09:21 +0000)
commitec7270c966b4a49840b1801bfbb11977d76cb333
tree9cd0ec95ef489055aab4d3f8b3f8da56b6b690d7
parentc6099db476ea863d0e897e3c311bfe490293e04f
[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser

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