summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml/backends/backend_ocaml.c
Commit message (Collapse)AuthorAgeFilesLines
* [OCaml] Drop support for 3.12.1 and earlier.Peter Zotov2014-10-291-4/+5
| | | | | | | | | | 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] Fix building of stub librariesPeter Zotov2013-11-151-5/+5
| | | | llvm-svn: 194772
* [OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov2013-11-141-0/+37
This allows to only link in the needed targets, reducing binary size and more importantly link time. Note that this is an incomplete implementation: currently, LLVM does not have the plumbing which would allow to conditionally link in AsmPrinter, AsmParser and Disassembler for the targets which support them. This should be improved in the future. llvm-svn: 194670
OpenPOWER on IntegriCloud