[OCaml] Allow out-of-tree builds of LLVM bindings.
authorPeter Zotov <whitequark@whitequark.org>
Tue, 13 Jan 2015 12:17:56 +0000 (12:17 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Tue, 13 Jan 2015 12:17:56 +0000 (12:17 +0000)
commit17486ba4bf9b6aac0b73e8aaa052acaa8ccfc34b
tree348da97a94cba66b9e2eda7787424c38ace62f89
parent5b23df7cd81cafba2aa0c609dd30731ec1111331
[OCaml] Allow out-of-tree builds of LLVM bindings.

In order to use this feature, configure LLVM as usual,
but then build and install it as:

   make all install SYSTEM_LLVM_CONFIG=llvm-config

where llvm-config is the llvm-config binary installed on your
system (possibly llvm-config-VERSION on e.g. Debian).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225787 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/Makefile.ocaml