[OCaml] Implement Llvm_linker, bindings for the IR linker
[oota-llvm.git] / bindings / ocaml / llvm / META.llvm.in
index 019e0476ac85b469dbcba9c0a799a0c590f890c8..33abf6183fba30a44f4323ef11f9571124f48e00 100644 (file)
@@ -69,3 +69,11 @@ package "target" (
     archive(byte) = "llvm_target.cma"
     archive(native) = "llvm_target.cmxa"
 )
+
+package "linker" (
+    requires = "llvm"
+    version  = "@PACKAGE_VERSION@"
+    description = "Intermediate Representation Linker for LLVM"
+    archive(byte) = "llvm_linker.cma"
+    archive(native) = "llvm_linker.cmxa"
+)