aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/llvm/META.llvm.in
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-03 08:27:22 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-03 08:27:22 +0000
commit1185582dfd542883194d262c5bf92b16e1e037c2 (patch)
tree6ac4fd2378b331d8e2a82a59eb2642ceb9bc3ab3 /bindings/ocaml/llvm/META.llvm.in
parent6ca1789ac6aad8043ac68c9bb05785d569db5c80 (diff)
downloadexternal_llvm-1185582dfd542883194d262c5bf92b16e1e037c2.zip
external_llvm-1185582dfd542883194d262c5bf92b16e1e037c2.tar.gz
external_llvm-1185582dfd542883194d262c5bf92b16e1e037c2.tar.bz2
[OCaml] Implement Llvm_vectorize bindings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193950 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 fdb3253..019e047 100644
--- a/bindings/ocaml/llvm/META.llvm.in
+++ b/bindings/ocaml/llvm/META.llvm.in
@@ -54,6 +54,14 @@ package "scalar_opts" (
archive(native) = "llvm_scalar_opts.cmxa"
)
+package "vectorize" (
+ requires = "llvm"
+ version = "@PACKAGE_VERSION@"
+ description = "Vector Transforms for LLVM"
+ archive(byte) = "llvm_vectorize.cma"
+ archive(native) = "llvm_vectorize.cmxa"
+)
+
package "target" (
requires = "llvm"
version = "@PACKAGE_VERSION@"