Skip to content

Commit

Permalink
[OCaml] META: remove exists_if(toplevel).
Browse files Browse the repository at this point in the history
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
  • Loading branch information
whitequark committed Nov 3, 2014
1 parent 3339b71 commit 7158970
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bindings/ocaml/backends/META.llvm_backend.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ description = "@TARGET@ Backend for LLVM"
requires = "llvm"
archive(byte) = "llvm_@[email protected]"
archive(native) = "llvm_@[email protected]"
exists_if(toplevel) = "dllllvm.so"
directory = "."
1 change: 0 additions & 1 deletion bindings/ocaml/llvm/META.llvm.in
Original file line number Diff line number Diff line change
Expand Up @@ -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" (
Expand Down

0 comments on commit 7158970

Please sign in to comment.