summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-ml/llvm-ocaml: Split OCaml bindings out of LLVMMichał Górny2016-11-123-0/+150
Introduce an ebuild to build LLVM OCaml bindings separately from LLVM itself. As pointed out by our OCaml team, the OCaml bindings have to be rebuilt much more frequently than LLVM itself (that is, on every dependency upgrade). Furthermore, OCaml tests seem to have problems running from build dir without LLVM installed. Therefore, use the LLVM_OCAML_OUT_OF_TREE build logic that was added for OPAM.