From 7158970d0df83ab15038ab4d0e62a41b7a593be7 Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Mon, 3 Nov 2014 09:50:02 +0000 Subject: [PATCH 1/1] [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 --- bindings/ocaml/backends/META.llvm_backend.in | 1 - bindings/ocaml/llvm/META.llvm.in | 1 - 2 files changed, 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" ( -- 2.34.1