summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/META.llvm.in
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-06 09:21:25 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-06 09:21:25 +0000
commitec7270c966b4a49840b1801bfbb11977d76cb333 (patch)
tree9cd0ec95ef489055aab4d3f8b3f8da56b6b690d7 /bindings/ocaml/llvm/META.llvm.in
parentc6099db476ea863d0e897e3c311bfe490293e04f (diff)
downloadllvm-ec7270c966b4a49840b1801bfbb11977d76cb333.tar.gz
llvm-ec7270c966b4a49840b1801bfbb11977d76cb333.tar.bz2
llvm-ec7270c966b4a49840b1801bfbb11977d76cb333.tar.xz
[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
Diffstat (limited to 'bindings/ocaml/llvm/META.llvm.in')
-rw-r--r--bindings/ocaml/llvm/META.llvm.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/bindings/ocaml/llvm/META.llvm.in b/bindings/ocaml/llvm/META.llvm.in
index 08e8d28331..c241ea514c 100644
--- a/bindings/ocaml/llvm/META.llvm.in
+++ b/bindings/ocaml/llvm/META.llvm.in
@@ -46,6 +46,14 @@ package "ipo" (
archive(native) = "llvm_ipo.cmxa"
)
+package "irreader" (
+ requires = "llvm"
+ version = "@PACKAGE_VERSION@"
+ description = "IR assembly reader for LLVM"
+ archive(byte) = "llvm_irreader.cma"
+ archive(native) = "llvm_irreader.cmxa"
+)
+
package "scalar_opts" (
requires = "llvm"
version = "@PACKAGE_VERSION@"