summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml/linker/llvm_linker.ml
Commit message (Collapse)AuthorAgeFilesLines
* Finish removing DestroySource.Rafael Espindola2014-12-231-7/+1
| | | | | | Fixes pr21901. llvm-svn: 224782
* [OCaml] Drop support for 3.12.1 and earlier.Peter Zotov2014-10-291-3/+2
| | | | | | | | | | In practice this means: * Always using -g flag. * Embedding -cclib -lstdc++ into the corresponding cma/cmxa file. This also moves -lstdc++ in a single place. * Using caml_named_value instead of a homegrown mechanism. llvm-svn: 220843
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-031-0/+22
llvm-svn: 193951
OpenPOWER on IntegriCloud