summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/META.llvm.in
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-04 01:39:42 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-04 01:39:42 +0000
commit4ebe64ae7ec729b29964b355face33af0c4ce424 (patch)
treeb259a2b5620470f7cc46125e798cc2d9b538f230 /bindings/ocaml/llvm/META.llvm.in
parent6b8416192aeb6502f027883b8056d389f2c186a9 (diff)
downloadllvm-4ebe64ae7ec729b29964b355face33af0c4ce424.tar.gz
llvm-4ebe64ae7ec729b29964b355face33af0c4ce424.tar.bz2
llvm-4ebe64ae7ec729b29964b355face33af0c4ce424.tar.xz
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193968 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 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@"