[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.
authorPeter Zotov <whitequark@whitequark.org>
Tue, 13 Jan 2015 09:47:59 +0000 (09:47 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Tue, 13 Jan 2015 09:47:59 +0000 (09:47 +0000)
commit464a52227c6de2fe0ee20f9e1c971e9f48f689f1
tree3b5568f66d3f79d30a718941376033cdb7f81f22
parent16a6d38e010c3d903497e967b583c5bb7b9196a2
[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.

As a result, installations of LLVM in non-standard locations
will not require passing custom -ccopt -L flags when building
the binary, nor absolute paths would be embedded in the cma/cmxa
files. Additionally, the executables will not require changes
to LD_LIBRARY_PATH, although CAML_LD_LIBRARY_PATH still
has to be set for ocamlc without -custom.

See http://caml.inria.fr/mantis/view.php?id=6642.
Note that the patch is approved, but not merged yet.
It will be released in 4.03 and likely 4.02.

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