diff options
author | Peter Zotov <whitequark@whitequark.org> | 2014-11-03 09:50:02 +0000 |
---|---|---|
committer | Peter Zotov <whitequark@whitequark.org> | 2014-11-03 09:50:02 +0000 |
commit | 7158970d0df83ab15038ab4d0e62a41b7a593be7 (patch) | |
tree | feb44fb02eab42efb71bd9f553e9968f869653a7 /bindings | |
parent | 3339b7176890b6f68e00b67c4b865958590b8950 (diff) |
[OCaml] META: remove exists_if(toplevel).
ocamlfind ignores the predicates in this case, making the package
unavailable for batch compilation as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/ocaml/backends/META.llvm_backend.in | 1 | ||||
-rw-r--r-- | bindings/ocaml/llvm/META.llvm.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bindings/ocaml/backends/META.llvm_backend.in b/bindings/ocaml/backends/META.llvm_backend.in index a0f62f735e4..6c1e8c47259 100644 --- a/bindings/ocaml/backends/META.llvm_backend.in +++ b/bindings/ocaml/backends/META.llvm_backend.in @@ -4,5 +4,4 @@ description = "@TARGET@ Backend for LLVM" requires = "llvm" archive(byte) = "llvm_@TARGET@.cma" archive(native) = "llvm_@TARGET@.cmxa" -exists_if(toplevel) = "dllllvm.so" directory = "." diff --git a/bindings/ocaml/llvm/META.llvm.in b/bindings/ocaml/llvm/META.llvm.in index 6f224c51478..f9808c73eb9 100644 --- a/bindings/ocaml/llvm/META.llvm.in +++ b/bindings/ocaml/llvm/META.llvm.in @@ -3,7 +3,6 @@ version = "@PACKAGE_VERSION@" description = "LLVM OCaml bindings" archive(byte) = "llvm.cma" archive(native) = "llvm.cmxa" -exists_if(toplevel) = "dllllvm.so" directory = "." package "analysis" ( |