summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/META.llvm.in
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-03 08:27:32 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-03 08:27:32 +0000
commit9d33bf70c228a5c3b57b1d9bf86ea5949bb77293 (patch)
tree278997c0f0f345f1676962b7687ea53a7b88fc05 /bindings/ocaml/llvm/META.llvm.in
parent1185582dfd542883194d262c5bf92b16e1e037c2 (diff)
downloadllvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.gz
llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.bz2
llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.xz
[OCaml] Implement Llvm_linker, bindings for the IR linker
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193951 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 019e0476ac..33abf6183f 100644
--- a/bindings/ocaml/llvm/META.llvm.in
+++ b/bindings/ocaml/llvm/META.llvm.in
@@ -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"
+)