1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Bindings
Peter Zotov a9b429237d [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.

llvm-svn: 220620
2014-10-25 18:50:02 +00:00
..
Go Add llvm-go tool. 2014-10-23 02:33:23 +00:00
llvm-c Extend C disassembler API to allow specifying target features 2014-09-30 16:31:40 +00:00
Ocaml [OCaml] Unbreak Llvm_executionengine.initialize_native_target. 2014-10-25 18:50:02 +00:00