[OCaml] META: remove exists_if(toplevel).
authorPeter Zotov <whitequark@whitequark.org>
Mon, 3 Nov 2014 09:50:02 +0000 (09:50 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Mon, 3 Nov 2014 09:50:02 +0000 (09:50 +0000)
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
bindings/ocaml/llvm/META.llvm.in

index a0f62f735e4d2ebaa1a26529fa51e973a98b858b..6c1e8c472596ed260494560de8c2eaeb012c883c 100644 (file)
@@ -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 = "."
index 6f224c51478cf8c728f0ea2ede15a70399826b3e..f9808c73eb9afc639590f038dae41b166e0288ff 100644 (file)
@@ -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" (