1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/Bindings/Ocaml
Peter Zotov 7456a45c87 [OCaml] Accept context explicitly in Llvm_target functions
Llvm_target.intptr_type used to implicitly use global context. As
none of other functions in OCaml bindings do, it is changed to
accept context explicitly.

llvm-svn: 194381
2013-11-11 14:47:20 +00:00
..
analysis.ml [PR11606] ocaml bindings tests produce binaries in source dir 2013-08-23 00:55:32 +00:00
bitreader.ml [PR11606] ocaml bindings tests produce binaries in source dir 2013-08-23 00:55:32 +00:00
bitwriter.ml [PR11606] ocaml bindings tests produce binaries in source dir 2013-08-23 00:55:32 +00:00
executionengine.ml [OCaml] Accept context explicitly in Llvm_target functions 2013-11-11 14:47:20 +00:00
ext_exc.ml [PR11606] ocaml bindings tests produce binaries in source dir 2013-08-23 00:55:32 +00:00
ipo_opts.ml [OCaml] Make Llvm_target.DataLayout.t automatically managed 2013-11-11 14:47:11 +00:00
irreader.ml [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser 2013-11-06 09:21:25 +00:00
linker.ml [OCaml] Implement Llvm_linker, bindings for the IR linker 2013-11-03 08:27:32 +00:00
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
passmgr_builder.ml [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder 2013-11-04 01:39:42 +00:00
scalar_opts.ml [OCaml] Make Llvm_target.DataLayout.t automatically managed 2013-11-11 14:47:11 +00:00
target.ml [OCaml] Accept context explicitly in Llvm_target functions 2013-11-11 14:47:20 +00:00
vectorize_opts.ml [OCaml] Make Llvm_target.DataLayout.t automatically managed 2013-11-11 14:47:11 +00:00
vmcore.ml [OCaml] Implement Llvm.string_of_llvalue 2013-11-06 09:21:08 +00:00