llvm/bindings/ocaml
Peter Zotov 0ce2ef8c2d [OCaml] Unbreak Llvm_executionengine.initialize_native_target.
First, return true on success, as it is the OCaml convention.
Second, also initialize the native assembly printer, which is,
despite the name, required for MCJIT operation.

Since this function did not initialize the assembly printer earlier
and no function to initialize native assembly printer was available
elsewhere, it is safe to break its interface: it means that it
simply could not be used successfully before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220620 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-25 18:50:02 +00:00
..
all_backends
analysis
backends
bitreader
bitwriter
executionengine [OCaml] Unbreak Llvm_executionengine.initialize_native_target. 2014-10-25 18:50:02 +00:00
irreader
linker
llvm [OCaml] Add Llvm.instr_clone. 2014-10-17 01:02:40 +00:00
target [OCaml] Fix a typo in documentation. 2014-10-22 10:24:05 +00:00
transforms MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00
Makefile
Makefile.ocaml