llvm-6502/bindings/ocaml
Peter Zotov 2bdf881ee4 [OCaml] Build stub OCaml libraries for all configured targets
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194670 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-14 06:34:21 +00:00
..
analysis OCaml bindings: formatting 2013-11-01 00:26:01 +00:00
backends [OCaml] Build stub OCaml libraries for all configured targets 2013-11-14 06:34:21 +00:00
bitreader OCaml bindings: formatting 2013-11-01 00:26:01 +00:00
bitwriter OCaml bindings: formatting 2013-11-01 00:26:01 +00:00
executionengine [OCaml] Make Llvm_target.DataLayout.t automatically managed 2013-11-11 14:47:11 +00:00
irreader [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser 2013-11-06 09:21:25 +00:00
linker [OCaml] Llvm_linker: do not use external in module interface 2013-11-05 09:13:39 +00:00
llvm [OCaml] Expose LLVM's fatal error and stacktrace APIs 2013-11-14 06:34:13 +00:00
target [OCaml] Add missing Llvm_target functions 2013-11-11 14:47:28 +00:00
transforms [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder 2013-11-04 01:39:42 +00:00
Makefile [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser 2013-11-06 09:21:25 +00:00
Makefile.ocaml [OCaml] Dynamically link LLVM on --enable-shared builds 2013-11-12 20:55:49 +00:00