From 4ebe64ae7ec729b29964b355face33af0c4ce424 Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Mon, 4 Nov 2013 01:39:42 +0000 Subject: [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 --- bindings/ocaml/llvm/META.llvm.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bindings/ocaml/llvm/META.llvm.in') 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@" -- cgit v1.2.3