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 33abf6183f..08e8d28331 100644
--- a/bindings/ocaml/llvm/META.llvm.in
+++ b/bindings/ocaml/llvm/META.llvm.in
@@ -62,6 +62,14 @@ package "vectorize" (
archive(native) = "llvm_vectorize.cmxa"
)
+package "passmgr_builder" (
+ requires = "llvm"
+ version = "@PACKAGE_VERSION@"
+ description = "Pass Manager Builder for LLVM"
+ archive(byte) = "llvm_passmgr_builder.cma"
+ archive(native) = "llvm_passmgr_builder.cmxa"
+)
+
package "target" (
requires = "llvm"
version = "@PACKAGE_VERSION@"