summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/META.llvm.in
diff options
context:
space:
mode:
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@"