llvm-6502/bindings/ocaml
Peter Zotov cf0fe98b05 [OCaml] Avoid embedding absolute paths into executables.
Bindings built out-of-tree, e.g. via OPAM, should append
a line to META.llvm like the following:

linkopts = "-cclib -L$libdir -cclib -Wl,-rpath,$libdir"

where $libdir is the lib/ directory where LLVM libraries are
installed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221139 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-03 09:51:34 +00:00
..
all_backends [OCaml] Drop support for 3.12.1 and earlier. 2014-10-29 08:15:54 +00:00
analysis [OCaml] Drop support for 3.12.1 and earlier. 2014-10-29 08:15:54 +00:00
backends [OCaml] META: remove exists_if(toplevel). 2014-11-03 09:50:02 +00:00
bitreader [OCaml] De-duplicate llvm_raise and llvm_string_of_message. 2014-10-30 08:29:29 +00:00
bitwriter [OCaml] De-duplicate llvm_raise and llvm_string_of_message. 2014-10-30 08:29:29 +00:00
executionengine [OCaml] ExecutionEngine package should not depend on interpreter. 2014-11-03 09:49:42 +00:00
irreader [OCaml] De-duplicate llvm_raise and llvm_string_of_message. 2014-10-30 08:29:29 +00:00
linker [OCaml] Ensure consistent naming. 2014-10-31 09:19:03 +00:00
llvm [OCaml] META: remove exists_if(toplevel). 2014-11-03 09:50:02 +00:00
target [OCaml] De-duplicate llvm_raise and llvm_string_of_message. 2014-10-30 08:29:29 +00:00
transforms [OCaml] Ensure consistent naming. 2014-10-31 09:19:03 +00:00
Makefile
Makefile.ocaml [OCaml] Avoid embedding absolute paths into executables. 2014-11-03 09:51:34 +00:00