[llvm-commits] [PATCH] Use the ocamlfind module system

Patrick Walton pwalton at mozilla.com
Fri Mar 26 19:35:17 PDT 2010


Hi LLVM developers,

Here's a patch to use the ocamlfind package system for the OCaml 
bindings instead of manually installing the libraries into the OCaml 
libdir. ocamlfind is the standard package management system for OCaml - 
it provides a way for OCaml users of LLVM to figure out where the 
libraries are, much like llvm-config does for C++.

If anyone could review, it would be much appreciated!

Thanks,
Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pcwalton-add-ocamlfind-support.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100326/5facf616/attachment.ksh>


More information about the llvm-commits mailing list