| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [cmake] [OCaml] Make ocamldoc targets depend on output files | Peter Zotov | 2015-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | OCaml doc builds fail without .cmi files, and .cmi files are collected in ocaml_outputs. Therefore, make doc targets depend on ocaml_outputs as well. Fixes: https://llvm.org/bugs/show_bug.cgi?id=23777 Patch by Michał Górny <mgorny@gentoo.org> llvm-svn: 239259 | ||||
| * | [OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml. | Peter Zotov | 2015-01-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | 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. llvm-svn: 225778 | ||||
| * | [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR. | Peter Zotov | 2014-12-30 | 1 | -3/+3 |
| | | | | | | | | | The latter variable is internal. Original patch by Ramkumar Ramachandra <artagnon@gmail.com> llvm-svn: 224977 | ||||
| * | [OCaml] [cmake] Add CMake buildsystem for OCaml. | Peter Zotov | 2014-12-01 | 1 | -0/+199 |
| Closes PR15325. llvm-svn: 223071 | |||||

